#B181F8

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

Shades of Biloba Flower #B181F8

Tints of Biloba Flower #B181F8

Color information

#B181F8 (or 0xB181F8) is unknown color: approx Biloba Flower. HEX triplet: B1, 81 and F8. RGB value is (177,129,248). Sum of RGB (Red+Green+Blue) = 177+129+248=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #B181F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181F8 is #4E7E07. Grayscale: #9C9C9C. Windows color (decimal): -5144072 or 16286129. OLE color: 16286129.

HSL color Cylindrical-coordinate representation of color #B181F8: hue angle of 264.2º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B181F8 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177129248-
CMYK0.290.4800.03
HSL264.2º89.47%73.92%-
HSV(B)264.2º47.98%97.25%-
XYZ42.9231.8292.69-
YUV156.92179.4142.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 129 (50.78% from 255) = 23.29%
BLUE value IS 248 (97.27% from 255) = 44.77%
R=31.95%
G=23.29%
B=44.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1771292480.290.4800.03264.289.4773.92
HexB181F81D3003108594a
Octal261201370356003410131112
Binary1011000110000001111110001110111000001110000100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181F8; }

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

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

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

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

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

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

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

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