#B82ABE

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

Shades of Dark Orchid #B82ABE

Tints of Dark Orchid #B82ABE

Color information

#B82ABE (or 0xB82ABE) is unknown color: approx Dark Orchid. HEX triplet: B8, 2A and BE. RGB value is (184,42,190). Sum of RGB (Red+Green+Blue) = 184+42+190=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #B82ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ABE is #47D541. Grayscale: #646464. Windows color (decimal): -4707650 or 12462776. OLE color: 12462776.

HSL color Cylindrical-coordinate representation of color #B82ABE: hue angle of 297.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82ABE is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18442190-
CMYK0.030.7800.25
HSL297.57º63.79%45.49%-
HSV(B)297.57º77.89%74.51%-
XYZ29.8915.5650.14-
YUV101.33178.04186.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 42 (16.80% from 255) = 10.10%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=44.23%
G=10.10%
B=45.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184421900.030.7800.25297.5763.7945.49
HexB82ABE34E01912a402d
Octal27052276311603145210055
Binary10111000101010101111101110011100110011001010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82ABE; }

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

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

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

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

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

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

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

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