#B481F6

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

Shades of Biloba Flower #B481F6

Tints of Biloba Flower #B481F6

Color information

#B481F6 (or 0xB481F6) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and F6. RGB value is (180,129,246). Sum of RGB (Red+Green+Blue) = 180+129+246=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #B481F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481F6 is #4B7E09. Grayscale: #9D9D9D. Windows color (decimal): -4947466 or 16155060. OLE color: 16155060.

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

Color convert

RGB180129246-
CMYK0.270.4800.04
HSL266.15º86.67%73.53%-
HSV(B)266.15º47.56%96.47%-
XYZ43.3132.0691.09-
YUV157.59177.9143.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 246 (96.48% from 255) = 44.32%
R=32.43%
G=23.24%
B=44.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801292460.270.4800.04266.1586.6773.53
HexB481F61B300410a574a
Octal264201366336004412127112
Binary10110100100000011111011011011110000010010000101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481F6; }

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

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

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

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

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

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

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

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