Html Css Color HEX #B828DB Dark Orchid

📋 copy color: '#B828DB'

red 184 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #B828DB

Tints of Dark Orchid #B828DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.03%

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

R = 41.53%
G = 9.03%
B = 49.44%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B828DB (or 0xB828DB) is known color: Dark Orchid. HEX triplet: B8, 28 and DB. RGB value is (184,40,219). Sum of RGB (Red+Green+Blue) = 184+40+219=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #B828DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828DB is #47D724. Grayscale: #666666. Windows color (decimal): -4708133 or 14362808. OLE color: 14362808.

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

Color convert

RGB 184 40 219 -
CMYK 0.16 0.82 0 0.14
HSL 288.27º 0.71% 0.51% -
HSV(B) 288.27º 0.82% 0.86% -
XYZ 33.31 16.82 68.51 -
YUV 103.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 184 40 219 0.16 0.82 0 0.14 288.27 0.71 0.51
Hex B8 28 DB 10 52 0 E 120 47 33
Octal 270 50 333 20 122 0 16 440 107 63
Binary 10111000 101000 11011011 10000 1010010 0 1110 100100000 1000111 110011

Color Harmonies of #B828DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828DB

Black with #B828DB

Text Example


Text Example

White with #B828DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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