#B487EA

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

Shades of Biloba Flower #B487EA

Tints of Biloba Flower #B487EA

Color information

#B487EA (or 0xB487EA) is unknown color: approx Biloba Flower. HEX triplet: B4, 87 and EA. RGB value is (180,135,234). Sum of RGB (Red+Green+Blue) = 180+135+234=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #B487EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B487EA is #4B7815. Grayscale: #9F9F9F. Windows color (decimal): -4945942 or 15370164. OLE color: 15370164.

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

Color convert

RGB180135234-
CMYK0.230.4200.08
HSL267.27º70.21%72.35%-
HSV(B)267.27º42.31%91.76%-
XYZ42.3432.9781.97-
YUV159.74169.91142.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=32.79%
G=24.59%
B=42.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801352340.230.4200.08267.2770.2172.35
HexB487EA172A0810b4648
Octal2642073522752010413106110
Binary101101001000011111101010101111010100100010000101110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487EA; }

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

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

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

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

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

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

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

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