Html Css Color HEX #B82CDB Dark Orchid

📋 copy color: '#B82CDB'

red 184 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #B82CDB

Tints of Dark Orchid #B82CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.84%

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

R = 41.16%
G = 9.84%
B = 48.99%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B82CDB (or 0xB82CDB) is known color: Dark Orchid. HEX triplet: B8, 2C and DB. RGB value is (184,44,219). Sum of RGB (Red+Green+Blue) = 184+44+219=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #B82CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CDB is #47D324. Grayscale: #696969. Windows color (decimal): -4707109 or 14363832. OLE color: 14363832.

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

Color convert

RGB 184 44 219 -
CMYK 0.16 0.80 0 0.14
HSL 288º 0.71% 0.52% -
HSV(B) 288º 0.8% 0.86% -
XYZ 33.45 17.11 68.56 -
YUV 105.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 184 44 219 0.16 0.80 0 0.14 288 0.71 0.52
Hex B8 2C DB 10 50 0 E 120 47 34
Octal 270 54 333 20 120 0 16 440 107 64
Binary 10111000 101100 11011011 10000 1010000 0 1110 100100000 1000111 110100

Color Harmonies of #B82CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CDB

Black with #B82CDB

Text Example


Text Example

White with #B82CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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