Html Css Color HEX #B181DB Biloba Flower

📋 copy color: '#B181DB'

red 177 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #B181DB

Tints of Biloba Flower #B181DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.57%

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

R = 33.71%
G = 24.57%
B = 41.71%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B181DB (or 0xB181DB) is known color: Biloba Flower. HEX triplet: B1, 81 and DB. RGB value is (177,129,219). Sum of RGB (Red+Green+Blue) = 177+129+219=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #B181DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181DB is #4E7E24. Grayscale: #999999. Windows color (decimal): -5144101 or 14385585. OLE color: 14385585.

HSL color Cylindrical-coordinate representation of color #B181DB: hue angle of 272º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B181DB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 129 219 -
CMYK 0.19 0.41 0 0.14
HSL 272º 0.56% 0.68% -
HSV(B) 272º 0.41% 0.86% -
XYZ 38.77 30.16 70.8 -
YUV 153.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 177 129 219 0.19 0.41 0 0.14 272 0.56 0.68
Hex B1 81 DB 13 29 0 E 110 38 44
Octal 261 201 333 23 51 0 16 420 70 104
Binary 10110001 10000001 11011011 10011 101001 0 1110 100010000 111000 1000100

Color Harmonies of #B181DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181DB

Black with #B181DB

Text Example


Text Example

White with #B181DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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