#B585FA

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

Shades of Biloba Flower #B585FA

Tints of Biloba Flower #B585FA

Color information

#B585FA (or 0xB585FA) is unknown color: approx Biloba Flower. HEX triplet: B5, 85 and FA. RGB value is (181,133,250). Sum of RGB (Red+Green+Blue) = 181+133+250=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #B585FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585FA is #4A7A05. Grayscale: #A0A0A0. Windows color (decimal): -4880902 or 16418229. OLE color: 16418229.

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

Color convert

RGB181133250-
CMYK0.280.4700.02
HSL264.62º92.13%75.1%-
HSV(B)264.62º46.8%98.04%-
XYZ44.733.594.55-
YUV160.69178.4142.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.09%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=32.09%
G=23.58%
B=44.33%

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
Decimal1811332500.280.4700.02264.6292.1375.1
HexB585FA1C2F021095c4b
Octal265205372345702411134113
Binary1011010110000101111110101110010111101010000100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585FA; }

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

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

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

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

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

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

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

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