#B062CC

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

Shades of Medium Orchid #B062CC

Tints of Medium Orchid #B062CC

Color information

#B062CC (or 0xB062CC) is unknown color: approx Medium Orchid. HEX triplet: B0, 62 and CC. RGB value is (176,98,204). Sum of RGB (Red+Green+Blue) = 176+98+204=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B062CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062CC is #4F9D33. Grayscale: #858585. Windows color (decimal): -5217588 or 13394608. OLE color: 13394608.

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

Color convert

RGB17698204-
CMYK0.140.5200.2
HSL284.15º50.96%59.22%-
HSV(B)284.15º51.96%80%-
XYZ33.1722.3359.69-
YUV133.41167.84158.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=36.82%
G=20.50%
B=42.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176982040.140.5200.2284.1550.9659.22
HexB062CCE3401411c333b
Octal26014231416640244346373
Binary101100001100010110011001110110100010100100011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B062CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B062CC; }

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

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

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

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

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

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

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

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