Html Css Color HEX #B180DF Biloba Flower

📋 copy color: '#B180DF'

red 177 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #B180DF

Tints of Biloba Flower #B180DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 33.52%
G = 24.24%
B = 42.23%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B180DF (or 0xB180DF) is known color: Biloba Flower. HEX triplet: B1, 80 and DF. RGB value is (177,128,223). Sum of RGB (Red+Green+Blue) = 177+128+223=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #B180DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180DF is #4E7F20. Grayscale: #999999. Windows color (decimal): -5144353 or 14647473. OLE color: 14647473.

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

Color convert

RGB 177 128 223 -
CMYK 0.21 0.43 0 0.13
HSL 270.95º 0.6% 0.69% -
HSV(B) 270.95º 0.43% 0.87% -
XYZ 39.17 30.11 73.56 -
YUV 153.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 177 128 223 0.21 0.43 0 0.13 270.95 0.6 0.69
Hex B1 80 DF 15 2B 0 D 10F 3C 45
Octal 261 200 337 25 53 0 15 417 74 105
Binary 10110001 10000000 11011111 10101 101011 0 1101 100001111 111100 1000101

Color Harmonies of #B180DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B180DF

Black with #B180DF

Text Example


Text Example

White with #B180DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B180DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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