#B181F3

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

Shades of Biloba Flower #B181F3

Tints of Biloba Flower #B181F3

Color information

#B181F3 (or 0xB181F3) is unknown color: approx Biloba Flower. HEX triplet: B1, 81 and F3. RGB value is (177,129,243). Sum of RGB (Red+Green+Blue) = 177+129+243=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #B181F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181F3 is #4E7E0C. Grayscale: #9B9B9B. Windows color (decimal): -5144077 or 15958449. OLE color: 15958449.

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

Color convert

RGB177129243-
CMYK0.270.4700.05
HSL265.26º82.61%72.94%-
HSV(B)265.26º46.91%95.29%-
XYZ42.1631.5288.66-
YUV156.35176.9142.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 243 (95.31% from 255) = 44.26%
R=32.24%
G=23.50%
B=44.26%

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
Decimal1771292430.270.4700.05265.2682.6172.94
HexB181F31B2F051095349
Octal261201363335705411123111
Binary10110001100000011111001111011101111010110000100110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181F3; }

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

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

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

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

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

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

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

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