#B485DF

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

Shades of Biloba Flower #B485DF

Tints of Biloba Flower #B485DF

Color information

#B485DF (or 0xB485DF) is unknown color: approx Biloba Flower. HEX triplet: B4, 85 and DF. RGB value is (180,133,223). Sum of RGB (Red+Green+Blue) = 180+133+223=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #B485DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485DF is #4B7A20. Grayscale: #9D9D9D. Windows color (decimal): -4946465 or 14648756. OLE color: 14648756.

HSL color Cylindrical-coordinate representation of color #B485DF: hue angle of 271.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B485DF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180133223-
CMYK0.190.4000.13
HSL271.33º58.44%69.8%-
HSV(B)271.33º40.36%87.45%-
XYZ40.5331.8173.82-
YUV157.31165.07144.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=33.58%
G=24.81%
B=41.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801332230.190.4000.13271.3358.4469.8
HexB485DF13280D10f3a46
Octal264205337235001541772106
Binary10110100100001011101111110011101000011011000011111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485DF; }

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

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

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

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

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

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

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

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