#B82BDB

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

Shades of Dark Orchid #B82BDB

Tints of Dark Orchid #B82BDB

Color information

#B82BDB (or 0xB82BDB) is unknown color: approx Dark Orchid. HEX triplet: B8, 2B and DB. RGB value is (184,43,219). Sum of RGB (Red+Green+Blue) = 184+43+219=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #B82BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BDB is #47D424. Grayscale: #686868. Windows color (decimal): -4707365 or 14363576. OLE color: 14363576.

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

Color convert

RGB18443219-
CMYK0.160.8000.14
HSL288.07º70.97%51.37%-
HSV(B)288.07º80.37%85.88%-
XYZ33.4217.0368.54-
YUV105.22192.21184.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 43 (17.19% from 255) = 9.64%
BLUE value IS 219 (85.94% from 255) = 49.10%
R=41.26%
G=9.64%
B=49.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184432190.160.8000.14288.0770.9751.37
HexB82BDB10500E1204733
Octal270533332012001644010763
Binary1011100010101111011011100001010000011101001000001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82BDB; }

 p { color: rgb(184,43,219); }

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

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

 a { background-color: rgb(184,43,219); }

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

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

 span { border-color: rgb(184,43,219); }

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