#B828DF

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

Shades of Dark Orchid #B828DF

Tints of Dark Orchid #B828DF

Color information

#B828DF (or 0xB828DF) is unknown color: approx Dark Orchid. HEX triplet: B8, 28 and DF. RGB value is (184,40,223). Sum of RGB (Red+Green+Blue) = 184+40+223=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #B828DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828DF is #47D720. Grayscale: #676767. Windows color (decimal): -4708129 or 14624952. OLE color: 14624952.

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

Color convert

RGB18440223-
CMYK0.170.8200.13
HSL287.21º74.09%51.57%-
HSV(B)287.21º82.06%87.45%-
XYZ33.8517.0471.32-
YUV103.92195.21185.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 40 (16.02% from 255) = 8.95%
BLUE value IS 223 (87.5% from 255) = 49.89%
R=41.16%
G=8.95%
B=49.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184402230.170.8200.13287.2174.0951.57
HexB828DF11520D11f4a34
Octal270503372112201543711264
Binary1011100010100011011111100011010010011011000111111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B828DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B828DF; }

 p { color: rgb(184,40,223); }

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

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

 a { background-color: rgb(184,40,223); }

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

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

 span { border-color: rgb(184,40,223); }

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