#B064CF

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

Shades of Medium Orchid #B064CF

Tints of Medium Orchid #B064CF

Color information

#B064CF (or 0xB064CF) is unknown color: approx Medium Orchid. HEX triplet: B0, 64 and CF. RGB value is (176,100,207). Sum of RGB (Red+Green+Blue) = 176+100+207=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B064CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064CF is #4F9B30. Grayscale: #868686. Windows color (decimal): -5217073 or 13591728. OLE color: 13591728.

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

Color convert

RGB176100207-
CMYK0.150.5200.19
HSL282.62º52.71%60.2%-
HSV(B)282.62º51.69%81.18%-
XYZ33.7222.8561.66-
YUV134.92168.68157.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 100 (39.45% from 255) = 20.70%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=36.44%
G=20.70%
B=42.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761002070.150.5200.19282.6252.7160.2
HexB064CFF3401311b353c
Octal26014431717640234336574
Binary101100001100100110011111111110100010011100011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064CF; }

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

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

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

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

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

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

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

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