#b182f3

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

Shades of Biloba Flower #B182F3

Tints of Biloba Flower #B182F3

Color information

#B182F3 (or 0xB182F3) is unknown color: approx Biloba Flower. HEX triplet: B1, 82 and F3. RGB value is (177,130,243). Sum of RGB (Red+Green+Blue) = 177+130+243=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #B182F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B182F3 is #4E7D0C. Grayscale: #9C9C9C. Windows color (decimal): -5143821 or 15958705. OLE color: 15958705.

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

Color convert

RGB177130243-
CMYK0.270.4700.05
HSL264.96º82.48%73.14%-
HSV(B)264.96º46.5%95.29%-
XYZ42.2931.7888.7-
YUV156.94176.57142.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 243 (95.31% from 255) = 44.18%
R=32.18%
G=23.64%
B=44.18%

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
Decimal1771302430.270.4700.05264.9682.4873.14
HexB182F31B2F051095249
Octal261202363335705411122111
Binary10110001100000101111001111011101111010110000100110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b182f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b182f3; }

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

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

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

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

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

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

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

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