#B145EA

Color #B145EA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B145EA

Tints of Medium Orchid #B145EA

Color information

#B145EA (or 0xB145EA) is unknown color: approx Medium Orchid. HEX triplet: B1, 45 and EA. RGB value is (177,69,234). Sum of RGB (Red+Green+Blue) = 177+69+234=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #B145EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145EA is #4EBA15. Grayscale: #777777. Windows color (decimal): -5159446 or 15353265. OLE color: 15353265.

HSL color Cylindrical-coordinate representation of color #B145EA: hue angle of 279.27º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B145EA is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17769234-
CMYK0.240.7100.08
HSL279.27º79.71%59.41%-
HSV(B)279.27º70.51%91.76%-
XYZ35.1119.5479.76-
YUV120.1192.28168.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 69 (27.34% from 255) = 14.38%
BLUE value IS 234 (91.80% from 255) = 48.75%
R=36.88%
G=14.38%
B=48.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal177692340.240.7100.08279.2779.7159.41
HexB145EA184708117503b
Octal2611053523010701042712073
Binary10110001100010111101010110001000111010001000101111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B145EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B145EA; }

 p { color: rgb(177,69,234); }

 H1.HeaderClassName
 {
   color: #B145EA;
 }
 .AnyTagClassName
 {
   color: #B145EA;
 }
</style>
background-color css

<style>
 a { background-color: #B145EA; }

 a { background-color: rgb(177,69,234); }

 div.DivClassName
 {
   background-color: #B145EA;
 }
 .BgClassName
 {
   background-color: #B145EA;
 }
</style>
border-color css

<style>
 span { border-color: #B145EA; }

 span { border-color: rgb(177,69,234); }

 td.TdClassName
 {
   border-color: #B145EA;
 }
 .TagClassName
 {
   border-color: #B145EA;
 }
</style>