#B181F1

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

Shades of Biloba Flower #B181F1

Tints of Biloba Flower #B181F1

Color information

#B181F1 (or 0xB181F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 81 and F1. RGB value is (177,129,241). Sum of RGB (Red+Green+Blue) = 177+129+241=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #B181F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181F1 is #4E7E0E. Grayscale: #9B9B9B. Windows color (decimal): -5144079 or 15827377. OLE color: 15827377.

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

Color convert

RGB177129241-
CMYK0.270.4600.05
HSL265.71º80%72.55%-
HSV(B)265.71º46.47%94.51%-
XYZ41.8631.487.07-
YUV156.12175.9142.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=32.36%
G=23.58%
B=44.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771292410.270.4600.05265.718072.55
HexB181F11B2E0510a5049
Octal261201361335605412120111
Binary10110001100000011111000111011101110010110000101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181F1; }

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

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

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

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

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

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

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

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