#B482F7

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

Shades of Biloba Flower #B482F7

Tints of Biloba Flower #B482F7

Color information

#B482F7 (or 0xB482F7) is unknown color: approx Biloba Flower. HEX triplet: B4, 82 and F7. RGB value is (180,130,247). Sum of RGB (Red+Green+Blue) = 180+130+247=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #B482F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B482F7 is #4B7D08. Grayscale: #9D9D9D. Windows color (decimal): -4947209 or 16220852. OLE color: 16220852.

HSL color Cylindrical-coordinate representation of color #B482F7: hue angle of 265.64º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B482F7 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180130247-
CMYK0.270.4700.03
HSL265.64º87.97%73.92%-
HSV(B)265.64º47.37%96.86%-
XYZ43.5932.3891.95-
YUV158.29178.06143.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 130 (51.17% from 255) = 23.34%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=32.32%
G=23.34%
B=44.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801302470.270.4700.03265.6487.9773.92
HexB482F71B2F0310a584a
Octal264202367335703412130112
Binary1011010010000010111101111101110111101110000101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B482F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B482F7; }

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

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

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

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

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

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

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

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