#B593FA

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

Shades of Biloba Flower #B593FA

Tints of Biloba Flower #B593FA

Color information

#B593FA (or 0xB593FA) is unknown color: approx Biloba Flower. HEX triplet: B5, 93 and FA. RGB value is (181,147,250). Sum of RGB (Red+Green+Blue) = 181+147+250=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #B593FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B593FA is #4A6C05. Grayscale: #A8A8A8. Windows color (decimal): -4877318 or 16421813. OLE color: 16421813.

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

Color convert

RGB181147250-
CMYK0.280.4100.02
HSL259.81º91.15%77.84%-
HSV(B)259.81º41.2%98.04%-
XYZ46.7537.5995.23-
YUV168.91173.76136.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.31%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 250 (98.05% from 255) = 43.25%
R=31.31%
G=25.43%
B=43.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811472500.280.4100.02259.8191.1577.84
HexB593FA1C29021045b4e
Octal265223372345102404133116
Binary1011010110010011111110101110010100101010000010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B593FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B593FA; }

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

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

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

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

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

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

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

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