#B062DB

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

Shades of Medium Orchid #B062DB

Tints of Medium Orchid #B062DB

Color information

#B062DB (or 0xB062DB) is unknown color: approx Medium Orchid. HEX triplet: B0, 62 and DB. RGB value is (176,98,219). Sum of RGB (Red+Green+Blue) = 176+98+219=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #B062DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062DB is #4F9D24. Grayscale: #868686. Windows color (decimal): -5217573 or 14377648. OLE color: 14377648.

HSL color Cylindrical-coordinate representation of color #B062DB: hue angle of 278.68º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B062DB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17698219-
CMYK0.200.5500.14
HSL278.68º62.69%62.16%-
HSV(B)278.68º55.25%85.88%-
XYZ35.0623.0869.62-
YUV135.12175.34157.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 98 (38.67% from 255) = 19.88%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=35.70%
G=19.88%
B=44.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal176982190.200.5500.14278.6862.6962.16
HexB062DB14370E1173f3e
Octal26014233324670164277776
Binary101100001100010110110111010011011101110100010111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B062DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B062DB; }

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

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

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

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

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

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

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

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