#B181F7

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

Shades of Biloba Flower #B181F7

Tints of Biloba Flower #B181F7

Color information

#B181F7 (or 0xB181F7) is unknown color: approx Biloba Flower. HEX triplet: B1, 81 and F7. RGB value is (177,129,247). Sum of RGB (Red+Green+Blue) = 177+129+247=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #B181F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181F7 is #4E7E08. Grayscale: #9C9C9C. Windows color (decimal): -5144073 or 16220593. OLE color: 16220593.

HSL color Cylindrical-coordinate representation of color #B181F7: hue angle of 264.41º degrees, saturation: 0.88, 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 #B181F7 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177129247-
CMYK0.280.4800.03
HSL264.41º88.06%73.73%-
HSV(B)264.41º47.77%96.86%-
XYZ42.7731.7691.87-
YUV156.8178.9142.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 247 (96.88% from 255) = 44.67%
R=32.01%
G=23.33%
B=44.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1771292470.280.4800.03264.4188.0673.73
HexB181F71C3003108584a
Octal261201367346003410130112
Binary1011000110000001111101111110011000001110000100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181F7; }

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

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

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

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

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

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

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

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