#B481F7

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

Shades of Biloba Flower #B481F7

Tints of Biloba Flower #B481F7

Color information

#B481F7 (or 0xB481F7) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and F7. RGB value is (180,129,247). Sum of RGB (Red+Green+Blue) = 180+129+247=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #B481F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481F7 is #4B7E08. Grayscale: #9D9D9D. Windows color (decimal): -4947465 or 16220596. OLE color: 16220596.

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

Color convert

RGB180129247-
CMYK0.270.4800.03
HSL265.93º88.06%73.73%-
HSV(B)265.93º47.77%96.86%-
XYZ43.4632.1291.9-
YUV157.7178.4143.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 247 (96.88% from 255) = 44.42%
R=32.37%
G=23.20%
B=44.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801292470.270.4800.03265.9388.0673.73
HexB481F71B300310a584a
Octal264201367336003412130112
Binary1011010010000001111101111101111000001110000101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481F7; }

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

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

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

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

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

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

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

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