#b181f6

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

Shades of Biloba Flower #B181F6

Tints of Biloba Flower #B181F6

Color information

#B181F6 (or 0xB181F6) is unknown color: approx Biloba Flower. HEX triplet: B1, 81 and F6. RGB value is (177,129,246). Sum of RGB (Red+Green+Blue) = 177+129+246=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #B181F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181F6 is #4E7E09. Grayscale: #9C9C9C. Windows color (decimal): -5144074 or 16155057. OLE color: 16155057.

HSL color Cylindrical-coordinate representation of color #B181F6: hue angle of 264.62º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B181F6 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177129246-
CMYK0.280.4800.04
HSL264.62º86.67%73.53%-
HSV(B)264.62º47.56%96.47%-
XYZ42.6231.791.06-
YUV156.69178.4142.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 129 (50.78% from 255) = 23.37%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=32.07%
G=23.37%
B=44.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771292460.280.4800.04264.6286.6773.53
HexB181F61C3004109574a
Octal261201366346004411127112
Binary10110001100000011111011011100110000010010000100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b181f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b181f6; }

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

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

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

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

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

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

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

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