#B485E9

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

Shades of Biloba Flower #B485E9

Tints of Biloba Flower #B485E9

Color information

#B485E9 (or 0xB485E9) is unknown color: approx Biloba Flower. HEX triplet: B4, 85 and E9. RGB value is (180,133,233). Sum of RGB (Red+Green+Blue) = 180+133+233=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 233 - color contains mainly: blue. Hex color #B485E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485E9 is #4B7A16. Grayscale: #9E9E9E. Windows color (decimal): -4946455 or 15304116. OLE color: 15304116.

HSL color Cylindrical-coordinate representation of color #B485E9: hue angle of 268.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B485E9 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180133233-
CMYK0.230.4300.09
HSL268.2º69.44%71.76%-
HSV(B)268.2º42.92%91.37%-
XYZ41.9232.3681.13-
YUV158.45170.07143.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 233 (91.41% from 255) = 42.67%
R=32.97%
G=24.36%
B=42.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801332330.230.4300.09268.269.4471.76
HexB485E9172B0910c4548
Octal2642053512753011414105110
Binary101101001000010111101001101111010110100110000110010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485E9; }

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

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

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

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

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

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

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

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