#B064CE

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

Shades of Medium Orchid #B064CE

Tints of Medium Orchid #B064CE

Color information

#B064CE (or 0xB064CE) is unknown color: approx Medium Orchid. HEX triplet: B0, 64 and CE. RGB value is (176,100,206). Sum of RGB (Red+Green+Blue) = 176+100+206=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #B064CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064CE is #4F9B31. Grayscale: #868686. Windows color (decimal): -5217074 or 13526192. OLE color: 13526192.

HSL color Cylindrical-coordinate representation of color #B064CE: hue angle of 283.02º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B064CE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176100206-
CMYK0.150.5100.19
HSL283.02º51.96%60%-
HSV(B)283.02º51.46%80.78%-
XYZ33.622.861.02-
YUV134.81168.18157.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 100 (39.45% from 255) = 20.75%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=36.51%
G=20.75%
B=42.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761002060.150.5100.19283.0251.9660
HexB064CEF3301311b343c
Octal26014431617630234336474
Binary101100001100100110011101111110011010011100011011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064CE; }

 p { color: rgb(176,100,206); }

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

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

 a { background-color: rgb(176,100,206); }

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

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

 span { border-color: rgb(176,100,206); }

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