#B064CC

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

Shades of Medium Orchid #B064CC

Tints of Medium Orchid #B064CC

Color information

#B064CC (or 0xB064CC) is unknown color: approx Medium Orchid. HEX triplet: B0, 64 and CC. RGB value is (176,100,204). Sum of RGB (Red+Green+Blue) = 176+100+204=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #B064CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064CC is #4F9B33. Grayscale: #868686. Windows color (decimal): -5217076 or 13395120. OLE color: 13395120.

HSL color Cylindrical-coordinate representation of color #B064CC: hue angle of 283.85º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B064CC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176100204-
CMYK0.140.5100.2
HSL283.85º50.49%59.61%-
HSV(B)283.85º50.98%80%-
XYZ33.3622.759.75-
YUV134.58167.18157.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=36.67%
G=20.83%
B=42.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761002040.140.5100.2283.8550.4959.61
HexB064CCE3301411c323c
Octal26014431416630244346274
Binary101100001100100110011001110110011010100100011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064CC; }

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

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

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

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

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

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

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

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