Html Css Color HEX #B180DD Biloba Flower

📋 copy color: '#B180DD'

red 177 ◦ green 128 ◦ blue 221

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

Shades of Biloba Flower #B180DD

Tints of Biloba Flower #B180DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.33%

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

R = 33.65%
G = 24.33%
B = 42.02%

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

#B180DD (or 0xB180DD) is known color: Biloba Flower. HEX triplet: B1, 80 and DD. RGB value is (177,128,221). Sum of RGB (Red+Green+Blue) = 177+128+221=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #B180DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180DD is #4E7F22. Grayscale: #989898. Windows color (decimal): -5144355 or 14516401. OLE color: 14516401.

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

Color convert

RGB 177 128 221 -
CMYK 0.20 0.42 0 0.13
HSL 271.61º 0.58% 0.68% -
HSV(B) 271.61º 0.42% 0.87% -
XYZ 38.9 30.01 72.15 -
YUV 153.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 177 128 221 0.20 0.42 0 0.13 271.61 0.58 0.68
Hex B1 80 DD 14 2A 0 D 110 3A 44
Octal 261 200 335 24 52 0 15 420 72 104
Binary 10110001 10000000 11011101 10100 101010 0 1101 100010000 111010 1000100

Color Harmonies of #B180DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B180DD

Black with #B180DD

Text Example


Text Example

White with #B180DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B180DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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