Html Css Color HEX #B029DB Dark Orchid

📋 copy color: '#B029DB'

red 176 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #B029DB

Tints of Dark Orchid #B029DB

RGB

 RED value IS 176 (69.14% from 255) = 40.37%

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

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

R = 40.37%
G = 9.4%
B = 50.23%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B029DB (or 0xB029DB) is known color: Dark Orchid. HEX triplet: B0, 29 and DB. RGB value is (176,41,219). Sum of RGB (Red+Green+Blue) = 176+41+219=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #B029DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B029DB is #4FD624. Grayscale: #656565. Windows color (decimal): -5232165 or 14363056. OLE color: 14363056.

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

Color convert

RGB 176 41 219 -
CMYK 0.20 0.81 0 0.14
HSL 285.51º 0.71% 0.51% -
HSV(B) 285.51º 0.81% 0.86% -
XYZ 31.48 15.93 68.43 -
YUV 101.66 194.23 181.03 -
System Red Green Blue C M Y K H S L
Decimal 176 41 219 0.20 0.81 0 0.14 285.51 0.71 0.51
Hex B0 29 DB 14 51 0 E 11E 47 33
Octal 260 51 333 24 121 0 16 436 107 63
Binary 10110000 101001 11011011 10100 1010001 0 1110 100011110 1000111 110011

Color Harmonies of #B029DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B029DB

Black with #B029DB

Text Example


Text Example

White with #B029DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B029DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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