#B489EE

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

Shades of Biloba Flower #B489EE

Tints of Biloba Flower #B489EE

Color information

#B489EE (or 0xB489EE) is unknown color: approx Biloba Flower. HEX triplet: B4, 89 and EE. RGB value is (180,137,238). Sum of RGB (Red+Green+Blue) = 180+137+238=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #B489EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B489EE is #4B7611. Grayscale: #A1A1A1. Windows color (decimal): -4945426 or 15632820. OLE color: 15632820.

HSL color Cylindrical-coordinate representation of color #B489EE: hue angle of 265.54º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B489EE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180137238-
CMYK0.240.4200.07
HSL265.54º74.81%73.53%-
HSV(B)265.54º42.44%93.33%-
XYZ43.233.7785.13-
YUV161.37171.25141.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=32.43%
G=24.68%
B=42.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801372380.240.4200.07265.5474.8173.53
HexB489EE182A0710a4b4a
Octal264211356305207412113112
Binary10110100100010011110111011000101010011110000101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B489EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B489EE; }

 p { color: rgb(180,137,238); }

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

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

 a { background-color: rgb(180,137,238); }

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

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

 span { border-color: rgb(180,137,238); }

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