#B82AE4

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

Shades of Dark Orchid #B82AE4

Tints of Dark Orchid #B82AE4

Color information

#B82AE4 (or 0xB82AE4) is unknown color: approx Dark Orchid. HEX triplet: B8, 2A and E4. RGB value is (184,42,228). Sum of RGB (Red+Green+Blue) = 184+42+228=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #B82AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82AE4 is #47D51B. Grayscale: #696969. Windows color (decimal): -4707612 or 14953144. OLE color: 14953144.

HSL color Cylindrical-coordinate representation of color #B82AE4: hue angle of 285.81º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82AE4 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18442228-
CMYK0.190.8200.11
HSL285.81º77.5%52.94%-
HSV(B)285.81º81.58%89.41%-
XYZ34.617.4574.94-
YUV105.66197.04183.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 42 (16.80% from 255) = 9.25%
BLUE value IS 228 (89.45% from 255) = 50.22%
R=40.53%
G=9.25%
B=50.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal184422280.190.8200.11285.8177.552.94
HexB82AE413520B11e4e35
Octal270523442312201343611665
Binary1011100010101011100100100111010010010111000111101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82AE4; }

 p { color: rgb(184,42,228); }

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

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

 a { background-color: rgb(184,42,228); }

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

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

 span { border-color: rgb(184,42,228); }

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