#B485FD

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

Shades of Biloba Flower #B485FD

Tints of Biloba Flower #B485FD

Color information

#B485FD (or 0xB485FD) is unknown color: approx Biloba Flower. HEX triplet: B4, 85 and FD. RGB value is (180,133,253). Sum of RGB (Red+Green+Blue) = 180+133+253=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #B485FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485FD is #4B7A02. Grayscale: #A0A0A0. Windows color (decimal): -4946435 or 16614836. OLE color: 16614836.

HSL color Cylindrical-coordinate representation of color #B485FD: hue angle of 263.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B485FD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180133253-
CMYK0.290.4700.01
HSL263.5º96.77%75.69%-
HSV(B)263.5º47.43%99.22%-
XYZ44.9433.5797.04-
YUV160.73180.07141.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.80%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=31.80%
G=23.50%
B=44.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801332530.290.4700.01263.596.7775.69
HexB485FD1D2F01108614c
Octal264205375355701410141114
Binary101101001000010111111101111011011110110000100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485FD; }

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

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

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

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

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

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

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

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