#B594CF

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

Shades of Biloba Flower #B594CF

Tints of Biloba Flower #B594CF

Color information

#B594CF (or 0xB594CF) is unknown color: approx Biloba Flower. HEX triplet: B5, 94 and CF. RGB value is (181,148,207). Sum of RGB (Red+Green+Blue) = 181+148+207=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #B594CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594CF is #4A6B30. Grayscale: #A4A4A4. Windows color (decimal): -4877105 or 13604021. OLE color: 13604021.

HSL color Cylindrical-coordinate representation of color #B594CF: hue angle of 273.56º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B594CF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181148207-
CMYK0.130.2900.19
HSL273.56º38.06%69.61%-
HSV(B)273.56º28.5%81.18%-
XYZ40.9135.5163.73-
YUV164.59151.93139.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.77%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=33.77%
G=27.61%
B=38.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811482070.130.2900.19273.5638.0669.61
HexB594CFD1D0131122646
Octal265224317153502342246106
Binary1011010110010100110011111101111010100111000100101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594CF; }

 p { color: rgb(181,148,207); }

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

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

 a { background-color: rgb(181,148,207); }

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

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

 span { border-color: rgb(181,148,207); }

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