#B481FA

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

Shades of Biloba Flower #B481FA

Tints of Biloba Flower #B481FA

Color information

#B481FA (or 0xB481FA) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and FA. RGB value is (180,129,250). Sum of RGB (Red+Green+Blue) = 180+129+250=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #B481FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481FA is #4B7E05. Grayscale: #9D9D9D. Windows color (decimal): -4947462 or 16417204. OLE color: 16417204.

HSL color Cylindrical-coordinate representation of color #B481FA: hue angle of 265.29º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B481FA is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180129250-
CMYK0.280.4800.02
HSL265.29º92.37%74.31%-
HSV(B)265.29º48.4%98.04%-
XYZ43.9332.3194.36-
YUV158.04179.9143.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=32.20%
G=23.08%
B=44.72%

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
Decimal1801292500.280.4800.02265.2992.3774.31
HexB481FA1C30021095c4a
Octal264201372346002411134112
Binary1011010010000001111110101110011000001010000100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481FA; }

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

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

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

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

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

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

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

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