Html Css Color HEX #B181DE Biloba Flower

📋 copy color: '#B181DE'

red 177 ◦ green 129 ◦ blue 222

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

Shades of Biloba Flower #B181DE

Tints of Biloba Flower #B181DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 33.52%
G = 24.43%
B = 42.05%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B181DE (or 0xB181DE) is known color: Biloba Flower. HEX triplet: B1, 81 and DE. RGB value is (177,129,222). Sum of RGB (Red+Green+Blue) = 177+129+222=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #B181DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181DE is #4E7E21. Grayscale: #999999. Windows color (decimal): -5144098 or 14582193. OLE color: 14582193.

HSL color Cylindrical-coordinate representation of color #B181DE: hue angle of 270.97º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B181DE is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 129 222 -
CMYK 0.20 0.42 0 0.13
HSL 270.97º 0.58% 0.69% -
HSV(B) 270.97º 0.42% 0.87% -
XYZ 39.17 30.32 72.9 -
YUV 153.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 177 129 222 0.20 0.42 0 0.13 270.97 0.58 0.69
Hex B1 81 DE 14 2A 0 D 10F 3A 45
Octal 261 201 336 24 52 0 15 417 72 105
Binary 10110001 10000001 11011110 10100 101010 0 1101 100001111 111010 1000101

Color Harmonies of #B181DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181DE

Black with #B181DE

Text Example


Text Example

White with #B181DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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