Html Css Color HEX #B82ADB Dark Orchid

📋 copy color: '#B82ADB'

red 184 ◦ green 42 ◦ blue 219

#B82ADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B82ADB

Tints of Dark Orchid #B82ADB

RGB

 RED value IS 184 (72.27% from 255) = 41.35%

 GREEN value IS 42 (16.8% from 255) = 9.44%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 41.35%
G = 9.44%
B = 49.21%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B82ADB (or 0xB82ADB) is known color: Dark Orchid. HEX triplet: B8, 2A and DB. RGB value is (184,42,219). Sum of RGB (Red+Green+Blue) = 184+42+219=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #B82ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ADB is #47D524. Grayscale: #686868. Windows color (decimal): -4707621 or 14363320. OLE color: 14363320.

HSL color Cylindrical-coordinate representation of color #B82ADB: hue angle of 288.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82ADB is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 42 219 -
CMYK 0.16 0.81 0 0.14
HSL 288.14º 0.71% 0.51% -
HSV(B) 288.14º 0.81% 0.86% -
XYZ 33.38 16.96 68.53 -
YUV 104.64 192.54 184.61 -
System Red Green Blue C M Y K H S L
Decimal 184 42 219 0.16 0.81 0 0.14 288.14 0.71 0.51
Hex B8 2A DB 10 51 0 E 120 47 33
Octal 270 52 333 20 121 0 16 440 107 63
Binary 10111000 101010 11011011 10000 1010001 0 1110 100100000 1000111 110011

Color Harmonies of #B82ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82ADB

Black with #B82ADB

Text Example


Text Example

White with #B82ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82ADB; }

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

 H1.HeaderClassName
 {
   color: #B82ADB;
 }
 .AnyTagClassName
 {
   color: #B82ADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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