#B485F5

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

Shades of Biloba Flower #B485F5

Tints of Biloba Flower #B485F5

Color information

#B485F5 (or 0xB485F5) is unknown color: approx Biloba Flower. HEX triplet: B4, 85 and F5. RGB value is (180,133,245). Sum of RGB (Red+Green+Blue) = 180+133+245=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #B485F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485F5 is #4B7A0A. Grayscale: #9F9F9F. Windows color (decimal): -4946443 or 16090548. OLE color: 16090548.

HSL color Cylindrical-coordinate representation of color #B485F5: hue angle of 265.18º degrees, saturation: 0.85, 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 #B485F5 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180133245-
CMYK0.270.4600.04
HSL265.18º84.85%74.12%-
HSV(B)265.18º45.71%96.08%-
XYZ43.6933.0790.47-
YUV159.82176.07142.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=32.26%
G=23.84%
B=43.91%

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
Decimal1801332450.270.4600.04265.1884.8574.12
HexB485F51B2E04109554a
Octal264205365335604411125112
Binary10110100100001011111010111011101110010010000100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485F5; }

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

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

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

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

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

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

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

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