#B062C2

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

Shades of Medium Orchid #B062C2

Tints of Medium Orchid #B062C2

Color information

#B062C2 (or 0xB062C2) is unknown color: approx Medium Orchid. HEX triplet: B0, 62 and C2. RGB value is (176,98,194). Sum of RGB (Red+Green+Blue) = 176+98+194=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #B062C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062C2 is #4F9D3D. Grayscale: #838383. Windows color (decimal): -5217598 or 12739248. OLE color: 12739248.

HSL color Cylindrical-coordinate representation of color #B062C2: hue angle of 288.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B062C2 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17698194-
CMYK0.090.4900.24
HSL288.75º44.04%57.25%-
HSV(B)288.75º49.48%76.08%-
XYZ32.0121.8653.57-
YUV132.27162.84159.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 98 (38.67% from 255) = 20.94%
BLUE value IS 194 (76.17% from 255) = 41.45%
R=37.61%
G=20.94%
B=41.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176981940.090.4900.24288.7544.0457.25
HexB062C29310181212c39
Octal26014230211610304415471
Binary101100001100010110000101001110001011000100100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B062C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B062C2; }

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

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

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

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

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

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

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

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