#B485FB

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

Shades of Biloba Flower #B485FB

Tints of Biloba Flower #B485FB

Color information

#B485FB (or 0xB485FB) is unknown color: approx Biloba Flower. HEX triplet: B4, 85 and FB. RGB value is (180,133,251). Sum of RGB (Red+Green+Blue) = 180+133+251=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #B485FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B485FB is #4B7A04. Grayscale: #A0A0A0. Windows color (decimal): -4946437 or 16483764. OLE color: 16483764.

HSL color Cylindrical-coordinate representation of color #B485FB: hue angle of 263.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B485FB is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180133251-
CMYK0.280.4700.02
HSL263.9º93.65%75.29%-
HSV(B)263.9º47.01%98.43%-
XYZ44.6233.4495.37-
YUV160.5179.07141.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=31.91%
G=23.58%
B=44.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801332510.280.4700.02263.993.6575.29
HexB485FB1C2F021085e4b
Octal264205373345702410136113
Binary1011010010000101111110111110010111101010000100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485FB; }

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

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

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

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

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

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

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

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