#B727DB

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

Shades of Dark Orchid #B727DB

Tints of Dark Orchid #B727DB

Color information

#B727DB (or 0xB727DB) is unknown color: approx Dark Orchid. HEX triplet: B7, 27 and DB. RGB value is (183,39,219). Sum of RGB (Red+Green+Blue) = 183+39+219=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #B727DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727DB is #48D824. Grayscale: #666666. Windows color (decimal): -4773925 or 14362551. OLE color: 14362551.

HSL color Cylindrical-coordinate representation of color #B727DB: hue angle of 288º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B727DB is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18339219-
CMYK0.160.8200.14
HSL288º71.43%50.59%-
HSV(B)288º82.19%85.88%-
XYZ33.0416.6368.49-
YUV102.58193.71185.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 39 (15.62% from 255) = 8.84%
BLUE value IS 219 (85.94% from 255) = 49.66%
R=41.50%
G=8.84%
B=49.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal183392190.160.8200.1428871.4350.59
HexB727DB10520E1204733
Octal267473332012201644010763
Binary1011011110011111011011100001010010011101001000001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B727DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B727DB; }

 p { color: rgb(183,39,219); }

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

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

 a { background-color: rgb(183,39,219); }

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

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

 span { border-color: rgb(183,39,219); }

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