#B81EDD

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

Shades of Dark Orchid #B81EDD

Tints of Dark Orchid #B81EDD

Color information

#B81EDD (or 0xB81EDD) is unknown color: approx Dark Orchid. HEX triplet: B8, 1E and DD. RGB value is (184,30,221). Sum of RGB (Red+Green+Blue) = 184+30+221=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #B81EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81EDD is #47E122. Grayscale: #616161. Windows color (decimal): -4710691 or 14491320. OLE color: 14491320.

HSL color Cylindrical-coordinate representation of color #B81EDD: hue angle of 288.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81EDD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18430221-
CMYK0.170.8600.13
HSL288.38º76.1%49.22%-
HSV(B)288.38º86.43%86.67%-
XYZ33.2816.3469.81-
YUV97.82197.52189.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 30 (12.11% from 255) = 6.90%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=42.30%
G=6.90%
B=50.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184302210.170.8600.13288.3876.149.22
HexB81EDD11560D1204c31
Octal270363352112601544011461
Binary101110001111011011101100011010110011011001000001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81EDD; }

 p { color: rgb(184,30,221); }

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

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

 a { background-color: rgb(184,30,221); }

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

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

 span { border-color: rgb(184,30,221); }

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