#B487EB

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

Shades of Biloba Flower #B487EB

Tints of Biloba Flower #B487EB

Color information

#B487EB (or 0xB487EB) is unknown color: approx Biloba Flower. HEX triplet: B4, 87 and EB. RGB value is (180,135,235). Sum of RGB (Red+Green+Blue) = 180+135+235=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #B487EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B487EB is #4B7814. Grayscale: #9F9F9F. Windows color (decimal): -4945941 or 15435700. OLE color: 15435700.

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

Color convert

RGB180135235-
CMYK0.230.4300.08
HSL267º71.43%72.55%-
HSV(B)267º42.55%92.16%-
XYZ42.4833.0382.73-
YUV159.85170.41142.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=32.73%
G=24.55%
B=42.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801352350.230.4300.0826771.4372.55
HexB487EB172B0810b4749
Octal2642073532753010413107111
Binary101101001000011111101011101111010110100010000101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487EB; }

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

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

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

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

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

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

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

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