#B826DD

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

Shades of Dark Orchid #B826DD

Tints of Dark Orchid #B826DD

Color information

#B826DD (or 0xB826DD) is unknown color: approx Dark Orchid. HEX triplet: B8, 26 and DD. RGB value is (184,38,221). Sum of RGB (Red+Green+Blue) = 184+38+221=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #B826DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826DD is #47D922. Grayscale: #656565. Windows color (decimal): -4708643 or 14493368. OLE color: 14493368.

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

Color convert

RGB18438221-
CMYK0.170.8300.13
HSL287.87º72.91%50.78%-
HSV(B)287.87º82.81%86.67%-
XYZ33.5116.869.88-
YUV102.52194.87186.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 38 (15.23% from 255) = 8.58%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=41.53%
G=8.58%
B=49.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184382210.170.8300.13287.8772.9150.78
HexB826DD11530D1204933
Octal270463352112301544011163
Binary1011100010011011011101100011010011011011001000001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B826DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B826DD; }

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

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

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

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

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

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

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

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