Html Css Color HEX #B129DB Dark Orchid

📋 copy color: '#B129DB'

red 177 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #B129DB

Tints of Dark Orchid #B129DB

RGB

 RED value IS 177 (69.53% from 255) = 40.5%

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

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

R = 40.5%
G = 9.38%
B = 50.11%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B129DB (or 0xB129DB) is known color: Dark Orchid. HEX triplet: B1, 29 and DB. RGB value is (177,41,219). Sum of RGB (Red+Green+Blue) = 177+41+219=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #B129DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129DB is #4ED624. Grayscale: #656565. Windows color (decimal): -5166629 or 14363057. OLE color: 14363057.

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

Color convert

RGB 177 41 219 -
CMYK 0.19 0.81 0 0.14
HSL 285.84º 0.71% 0.51% -
HSV(B) 285.84º 0.81% 0.86% -
XYZ 31.71 16.05 68.44 -
YUV 101.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 177 41 219 0.19 0.81 0 0.14 285.84 0.71 0.51
Hex B1 29 DB 13 51 0 E 11E 47 33
Octal 261 51 333 23 121 0 16 436 107 63
Binary 10110001 101001 11011011 10011 1010001 0 1110 100011110 1000111 110011

Color Harmonies of #B129DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129DB

Black with #B129DB

Text Example


Text Example

White with #B129DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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