#B964EA

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

Shades of Medium Orchid #B964EA

Tints of Medium Orchid #B964EA

Color information

#B964EA (or 0xB964EA) is unknown color: approx Medium Orchid. HEX triplet: B9, 64 and EA. RGB value is (185,100,234). Sum of RGB (Red+Green+Blue) = 185+100+234=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #B964EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B964EA is #469B15. Grayscale: #8C8C8C. Windows color (decimal): -4627222 or 15361209. OLE color: 15361209.

HSL color Cylindrical-coordinate representation of color #B964EA: hue angle of 278.06º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B964EA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185100234-
CMYK0.210.5700.08
HSL278.06º76.14%65.49%-
HSV(B)278.06º57.26%91.76%-
XYZ39.4225.3780.66-
YUV140.69180.66159.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 100 (39.45% from 255) = 19.27%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=35.65%
G=19.27%
B=45.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851002340.210.5700.08278.0676.1465.49
HexB964EA1539081164c41
Octal2711443522571010426114101
Binary10111001110010011101010101011110010100010001011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964EA; }

 p { color: rgb(185,100,234); }

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

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

 a { background-color: rgb(185,100,234); }

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

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

 span { border-color: rgb(185,100,234); }

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