#B620D9

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

Shades of Dark Orchid #B620D9

Tints of Dark Orchid #B620D9

Color information

#B620D9 (or 0xB620D9) is unknown color: approx Dark Orchid. HEX triplet: B6, 20 and D9. RGB value is (182,32,217). Sum of RGB (Red+Green+Blue) = 182+32+217=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #B620D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B620D9 is #49DF26. Grayscale: #616161. Windows color (decimal): -4841255 or 14229686. OLE color: 14229686.

HSL color Cylindrical-coordinate representation of color #B620D9: hue angle of 288.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B620D9 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18232217-
CMYK0.160.8500.15
HSL288.65º74.3%48.82%-
HSV(B)288.65º85.25%85.1%-
XYZ32.3315.9967.03-
YUV97.94195.2187.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 32 (12.89% from 255) = 7.42%
BLUE value IS 217 (85.16% from 255) = 50.35%
R=42.23%
G=7.42%
B=50.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182322170.160.8500.15288.6574.348.82
HexB620D910550F1214a31
Octal266403312012501744111261
Binary1011011010000011011001100001010101011111001000011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B620D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B620D9; }

 p { color: rgb(182,32,217); }

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

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

 a { background-color: rgb(182,32,217); }

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

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

 span { border-color: rgb(182,32,217); }

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