#B180F1

Color #B180F1 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B180F1

Tints of Biloba Flower #B180F1

Color information

#B180F1 (or 0xB180F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 80 and F1. RGB value is (177,128,241). Sum of RGB (Red+Green+Blue) = 177+128+241=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #B180F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B180F1 is #4E7F0E. Grayscale: #9B9B9B. Windows color (decimal): -5144335 or 15827121. OLE color: 15827121.

HSL color Cylindrical-coordinate representation of color #B180F1: hue angle of 266.02º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B180F1 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177128241-
CMYK0.270.4700.05
HSL266.02º80.14%72.35%-
HSV(B)266.02º46.89%94.51%-
XYZ41.7331.1487.03-
YUV155.53176.23143.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 241 (94.53% from 255) = 44.14%
R=32.42%
G=23.44%
B=44.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771282410.270.4700.05266.0280.1472.35
HexB180F11B2F0510a5048
Octal261200361335705412120110
Binary10110001100000001111000111011101111010110000101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180F1; }

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

 H1.HeaderClassName
 {
   color: #B180F1;
 }
 .AnyTagClassName
 {
   color: #B180F1;
 }
</style>
background-color css

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

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

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

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

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

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