#B485F6

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

Shades of Biloba Flower #B485F6

Tints of Biloba Flower #B485F6

Color information

#B485F6 (or 0xB485F6) is unknown color: approx Biloba Flower. HEX triplet: B4, 85 and F6. RGB value is (180,133,246). Sum of RGB (Red+Green+Blue) = 180+133+246=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #B485F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485F6 is #4B7A09. Grayscale: #9F9F9F. Windows color (decimal): -4946442 or 16156084. OLE color: 16156084.

HSL color Cylindrical-coordinate representation of color #B485F6: hue angle of 264.96º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B485F6 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180133246-
CMYK0.270.4600.04
HSL264.96º86.26%74.31%-
HSV(B)264.96º45.93%96.47%-
XYZ43.8433.1391.27-
YUV159.94176.57142.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 246 (96.48% from 255) = 44.01%
R=32.20%
G=23.79%
B=44.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801332460.270.4600.04264.9686.2674.31
HexB485F61B2E04109564a
Octal264205366335604411126112
Binary10110100100001011111011011011101110010010000100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485F6; }

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

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

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

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

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

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

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

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