#B182F1

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

Shades of Biloba Flower #B182F1

Tints of Biloba Flower #B182F1

Color information

#B182F1 (or 0xB182F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 82 and F1. RGB value is (177,130,241). Sum of RGB (Red+Green+Blue) = 177+130+241=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #B182F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B182F1 is #4E7D0E. Grayscale: #9C9C9C. Windows color (decimal): -5143823 or 15827633. OLE color: 15827633.

HSL color Cylindrical-coordinate representation of color #B182F1: hue angle of 265.41º 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 #B182F1 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177130241-
CMYK0.270.4600.05
HSL265.41º79.86%72.75%-
HSV(B)265.41º46.06%94.51%-
XYZ41.9931.6687.12-
YUV156.71175.57142.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 241 (94.53% from 255) = 43.98%
R=32.30%
G=23.72%
B=43.98%

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
Decimal1771302410.270.4600.05265.4179.8672.75
HexB182F11B2E051095049
Octal261202361335605411120111
Binary10110001100000101111000111011101110010110000100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182F1; }

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

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

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

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

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

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

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

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