#B481E1

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

Shades of Biloba Flower #B481E1

Tints of Biloba Flower #B481E1

Color information

#B481E1 (or 0xB481E1) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and E1. RGB value is (180,129,225). Sum of RGB (Red+Green+Blue) = 180+129+225=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #B481E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481E1 is #4B7E1E. Grayscale: #9A9A9A. Windows color (decimal): -4947487 or 14778804. OLE color: 14778804.

HSL color Cylindrical-coordinate representation of color #B481E1: hue angle of 271.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B481E1 is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB180129225-
CMYK0.20.4300.12
HSL271.88º61.54%69.41%-
HSV(B)271.88º42.67%88.24%-
XYZ40.2630.8475.06-
YUV155.19167.4145.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=33.71%
G=24.16%
B=42.13%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1801292250.20.4300.12271.8861.5469.41
HexB481E1142B0C1103e45
Octal264201341245301442076105
Binary10110100100000011110000110100101011011001000100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481E1; }

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

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

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

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

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

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

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

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