Html Css Color HEX #B829DB Dark Orchid

📋 copy color: '#B829DB'

red 184 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #B829DB

Tints of Dark Orchid #B829DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.23%

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

R = 41.44%
G = 9.23%
B = 49.32%

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

#B829DB (or 0xB829DB) is known color: Dark Orchid. HEX triplet: B8, 29 and DB. RGB value is (184,41,219). Sum of RGB (Red+Green+Blue) = 184+41+219=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #B829DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829DB is #47D624. Grayscale: #676767. Windows color (decimal): -4707877 or 14363064. OLE color: 14363064.

HSL color Cylindrical-coordinate representation of color #B829DB: hue angle of 288.2º 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 #B829DB is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 41 219 -
CMYK 0.16 0.81 0 0.14
HSL 288.2º 0.71% 0.51% -
HSV(B) 288.2º 0.81% 0.86% -
XYZ 33.35 16.89 68.52 -
YUV 104.05 192.88 185.03 -
System Red Green Blue C M Y K H S L
Decimal 184 41 219 0.16 0.81 0 0.14 288.2 0.71 0.51
Hex B8 29 DB 10 51 0 E 120 47 33
Octal 270 51 333 20 121 0 16 440 107 63
Binary 10111000 101001 11011011 10000 1010001 0 1110 100100000 1000111 110011

Color Harmonies of #B829DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829DB

Black with #B829DB

Text Example


Text Example

White with #B829DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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