#B062D9

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

Shades of Medium Orchid #B062D9

Tints of Medium Orchid #B062D9

Color information

#B062D9 (or 0xB062D9) is unknown color: approx Medium Orchid. HEX triplet: B0, 62 and D9. RGB value is (176,98,217). Sum of RGB (Red+Green+Blue) = 176+98+217=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #B062D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062D9 is #4F9D26. Grayscale: #868686. Windows color (decimal): -5217575 or 14246576. OLE color: 14246576.

HSL color Cylindrical-coordinate representation of color #B062D9: hue angle of 279.33º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B062D9 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17698217-
CMYK0.190.5500.15
HSL279.33º61.03%61.76%-
HSV(B)279.33º54.84%85.1%-
XYZ34.822.9868.25-
YUV134.89174.34157.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=35.85%
G=19.96%
B=44.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176982170.190.5500.15279.3361.0361.76
HexB062D913370F1173d3e
Octal26014233123670174277576
Binary101100001100010110110011001111011101111100010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B062D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B062D9; }

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

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

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

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

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

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

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

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