#B064C9

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

Shades of Medium Orchid #B064C9

Tints of Medium Orchid #B064C9

Color information

#B064C9 (or 0xB064C9) is unknown color: approx Medium Orchid. HEX triplet: B0, 64 and C9. RGB value is (176,100,201). Sum of RGB (Red+Green+Blue) = 176+100+201=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #B064C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064C9 is #4F9B36. Grayscale: #858585. Windows color (decimal): -5217079 or 13198512. OLE color: 13198512.

HSL color Cylindrical-coordinate representation of color #B064C9: hue angle of 285.15º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B064C9 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176100201-
CMYK0.120.5000.21
HSL285.15º48.33%59.02%-
HSV(B)285.15º50.25%78.82%-
XYZ3322.5657.87-
YUV134.24165.68157.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 201 (78.91% from 255) = 42.14%
R=36.90%
G=20.96%
B=42.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761002010.120.5000.21285.1548.3359.02
HexB064C9C3201511d303b
Octal26014431114620254356073
Binary101100001100100110010011100110010010101100011101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064C9; }

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

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

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

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

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

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

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

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