#B485EE

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

Shades of Biloba Flower #B485EE

Tints of Biloba Flower #B485EE

Color information

#B485EE (or 0xB485EE) is unknown color: approx Biloba Flower. HEX triplet: B4, 85 and EE. RGB value is (180,133,238). Sum of RGB (Red+Green+Blue) = 180+133+238=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #B485EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485EE is #4B7A11. Grayscale: #9E9E9E. Windows color (decimal): -4946450 or 15631796. OLE color: 15631796.

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

Color convert

RGB180133238-
CMYK0.240.4400.07
HSL266.86º75.54%72.75%-
HSV(B)266.86º44.12%93.33%-
XYZ42.6432.6584.94-
YUV159.02172.57142.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=32.67%
G=24.14%
B=43.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801332380.240.4400.07266.8675.5472.75
HexB485EE182C0710b4c49
Octal264205356305407413114111
Binary10110100100001011110111011000101100011110000101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485EE; }

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

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

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

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

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

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

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

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