Html Css Color HEX #B181DD Biloba Flower

📋 copy color: '#B181DD'

red 177 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #B181DD

Tints of Biloba Flower #B181DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 33.59%
G = 24.48%
B = 41.94%

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

#B181DD (or 0xB181DD) is known color: Biloba Flower. HEX triplet: B1, 81 and DD. RGB value is (177,129,221). Sum of RGB (Red+Green+Blue) = 177+129+221=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B181DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181DD is #4E7E22. Grayscale: #999999. Windows color (decimal): -5144099 or 14516657. OLE color: 14516657.

HSL color Cylindrical-coordinate representation of color #B181DD: hue angle of 271.3º degrees, saturation: 0.57, 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 #B181DD is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 129 221 -
CMYK 0.20 0.42 0 0.13
HSL 271.3º 0.58% 0.69% -
HSV(B) 271.3º 0.42% 0.87% -
XYZ 39.03 30.27 72.19 -
YUV 153.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 177 129 221 0.20 0.42 0 0.13 271.3 0.58 0.69
Hex B1 81 DD 14 2A 0 D 10F 3A 45
Octal 261 201 335 24 52 0 15 417 72 105
Binary 10110001 10000001 11011101 10100 101010 0 1101 100001111 111010 1000101

Color Harmonies of #B181DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181DD

Black with #B181DD

Text Example


Text Example

White with #B181DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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