#B481F8

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

Shades of Biloba Flower #B481F8

Tints of Biloba Flower #B481F8

Color information

#B481F8 (or 0xB481F8) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and F8. RGB value is (180,129,248). Sum of RGB (Red+Green+Blue) = 180+129+248=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #B481F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481F8 is #4B7E07. Grayscale: #9D9D9D. Windows color (decimal): -4947464 or 16286132. OLE color: 16286132.

HSL color Cylindrical-coordinate representation of color #B481F8: hue angle of 265.71º degrees, saturation: 0.89, 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 #B481F8 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180129248-
CMYK0.270.4800.03
HSL265.71º89.47%73.92%-
HSV(B)265.71º47.98%97.25%-
XYZ43.6232.1892.72-
YUV157.82178.9143.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 248 (97.27% from 255) = 44.52%
R=32.32%
G=23.16%
B=44.52%

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
Decimal1801292480.270.4800.03265.7189.4773.92
HexB481F81B300310a594a
Octal264201370336003412131112
Binary1011010010000001111110001101111000001110000101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481F8; }

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

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

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

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

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

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

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

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