#B585FB

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

Shades of Biloba Flower #B585FB

Tints of Biloba Flower #B585FB

Color information

#B585FB (or 0xB585FB) is unknown color: approx Biloba Flower. HEX triplet: B5, 85 and FB. RGB value is (181,133,251). Sum of RGB (Red+Green+Blue) = 181+133+251=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #B585FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585FB is #4A7A04. Grayscale: #A0A0A0. Windows color (decimal): -4880901 or 16483765. OLE color: 16483765.

HSL color Cylindrical-coordinate representation of color #B585FB: hue angle of 264.41º 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 #B585FB is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181133251-
CMYK0.280.4700.02
HSL264.41º93.65%75.29%-
HSV(B)264.41º47.01%98.43%-
XYZ44.8633.5695.38-
YUV160.8178.9142.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.04%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=32.04%
G=23.54%
B=44.42%

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
Decimal1811332510.280.4700.02264.4193.6575.29
HexB585FB1C2F021085e4b
Octal265205373345702410136113
Binary1011010110000101111110111110010111101010000100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585FB; }

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

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

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

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

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

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

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

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