#B82DE6

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

Shades of Dark Orchid #B82DE6

Tints of Dark Orchid #B82DE6

Color information

#B82DE6 (or 0xB82DE6) is unknown color: approx Dark Orchid. HEX triplet: B8, 2D and E6. RGB value is (184,45,230). Sum of RGB (Red+Green+Blue) = 184+45+230=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #B82DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82DE6 is #47D219. Grayscale: #6B6B6B. Windows color (decimal): -4706842 or 15084984. OLE color: 15084984.

HSL color Cylindrical-coordinate representation of color #B82DE6: hue angle of 285.08º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82DE6 is Cyan = 0.2, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18445230-
CMYK0.20.8000.10
HSL285.08º78.72%53.92%-
HSV(B)285.08º80.43%90.2%-
XYZ34.9917.7876.45-
YUV107.65197.05182.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 45 (17.97% from 255) = 9.80%
BLUE value IS 230 (90.23% from 255) = 50.11%
R=40.09%
G=9.80%
B=50.11%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal184452300.20.8000.10285.0878.7253.92
HexB82DE614500A11d4f36
Octal270553462412001243511766
Binary1011100010110111100110101001010000010101000111011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82DE6; }

 p { color: rgb(184,45,230); }

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

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

 a { background-color: rgb(184,45,230); }

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

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

 span { border-color: rgb(184,45,230); }

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