#B182FC

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

Shades of Biloba Flower #B182FC

Tints of Biloba Flower #B182FC

Color information

#B182FC (or 0xB182FC) is unknown color: approx Biloba Flower. HEX triplet: B1, 82 and FC. RGB value is (177,130,252). Sum of RGB (Red+Green+Blue) = 177+130+252=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #B182FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B182FC is #4E7D03. Grayscale: #9D9D9D. Windows color (decimal): -5143812 or 16548529. OLE color: 16548529.

HSL color Cylindrical-coordinate representation of color #B182FC: hue angle of 263.11º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B182FC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177130252-
CMYK0.300.4800.01
HSL263.11º95.31%74.9%-
HSV(B)263.11º48.41%98.82%-
XYZ43.6832.3496.04-
YUV157.96181.07141.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 252 (98.83% from 255) = 45.08%
R=31.66%
G=23.26%
B=45.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771302520.300.4800.01263.1195.3174.9
HexB182FC1E30011075f4b
Octal261202374366001407137113
Binary101100011000001011111100111101100000110000011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182FC; }

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

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

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

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

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

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

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

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