#B182FB

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

Shades of Biloba Flower #B182FB

Tints of Biloba Flower #B182FB

Color information

#B182FB (or 0xB182FB) is unknown color: approx Biloba Flower. HEX triplet: B1, 82 and FB. RGB value is (177,130,251). Sum of RGB (Red+Green+Blue) = 177+130+251=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #B182FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B182FB is #4E7D04. Grayscale: #9D9D9D. Windows color (decimal): -5143813 or 16482993. OLE color: 16482993.

HSL color Cylindrical-coordinate representation of color #B182FB: hue angle of 263.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B182FB is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177130251-
CMYK0.290.4800.02
HSL263.31º93.8%74.71%-
HSV(B)263.31º48.21%98.43%-
XYZ43.5332.2895.2-
YUV157.85180.57141.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.72%
GREEN value IS 130 (51.17% from 255) = 23.30%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=31.72%
G=23.30%
B=44.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771302510.290.4800.02263.3193.874.71
HexB182FB1D30021075e4b
Octal261202373356002407136113
Binary1011000110000010111110111110111000001010000011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182FB; }

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

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

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

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

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

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

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

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