#B481EA

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

Shades of Biloba Flower #B481EA

Tints of Biloba Flower #B481EA

Color information

#B481EA (or 0xB481EA) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and EA. RGB value is (180,129,234). Sum of RGB (Red+Green+Blue) = 180+129+234=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #B481EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481EA is #4B7E15. Grayscale: #9B9B9B. Windows color (decimal): -4947478 or 15368628. OLE color: 15368628.

HSL color Cylindrical-coordinate representation of color #B481EA: hue angle of 269.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B481EA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180129234-
CMYK0.230.4500.08
HSL269.14º71.43%71.18%-
HSV(B)269.14º44.87%91.76%-
XYZ41.5231.3481.7-
YUV156.22171.9144.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=33.15%
G=23.76%
B=43.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801292340.230.4500.08269.1471.4371.18
HexB481EA172D0810d4747
Octal2642013522755010415107107
Binary101101001000000111101010101111011010100010000110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481EA; }

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

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

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

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

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

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

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

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