#B585FF

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

Shades of Biloba Flower #B585FF

Tints of Biloba Flower #B585FF

Color information

#B585FF (or 0xB585FF) is unknown color: approx Biloba Flower. HEX triplet: B5, 85 and FF. RGB value is (181,133,255). Sum of RGB (Red+Green+Blue) = 181+133+255=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #B585FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585FF is #4A7A00. Grayscale: #A0A0A0. Windows color (decimal): -4880897 or 16745909. OLE color: 16745909.

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

Color convert

RGB181133255-
CMYK0.290.4800
HSL263.61º100%76.08%-
HSV(B)263.61º47.84%100%-
XYZ45.4933.8298.74-
YUV161.26180.9142.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.81%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 255 (100% from 255) = 44.82%
R=31.81%
G=23.37%
B=44.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811332550.290.4800263.6110076.08
HexB585FF1D3000108644c
Octal265205377356000410144114
Binary101101011000010111111111111011100000010000100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585FF; }

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

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

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

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

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

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

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

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