#B482FA

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

Shades of Biloba Flower #B482FA

Tints of Biloba Flower #B482FA

Color information

#B482FA (or 0xB482FA) is unknown color: approx Biloba Flower. HEX triplet: B4, 82 and FA. RGB value is (180,130,250). Sum of RGB (Red+Green+Blue) = 180+130+250=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #B482FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B482FA is #4B7D05. Grayscale: #9E9E9E. Windows color (decimal): -4947206 or 16417460. OLE color: 16417460.

HSL color Cylindrical-coordinate representation of color #B482FA: hue angle of 265º degrees, saturation: 0.92, 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 #B482FA is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180130250-
CMYK0.280.4800.02
HSL265º92.31%74.51%-
HSV(B)265º48%98.04%-
XYZ44.0632.5794.41-
YUV158.63179.56143.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.14%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=32.14%
G=23.21%
B=44.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801302500.280.4800.0226592.3174.51
HexB482FA1C30021095c4b
Octal264202372346002411134113
Binary1011010010000010111110101110011000001010000100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482FA; }

 p { color: rgb(180,130,250); }

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

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

 a { background-color: rgb(180,130,250); }

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

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

 span { border-color: rgb(180,130,250); }

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