#B595DA

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

Shades of Biloba Flower #B595DA

Tints of Biloba Flower #B595DA

Color information

#B595DA (or 0xB595DA) is unknown color: approx Biloba Flower. HEX triplet: B5, 95 and DA. RGB value is (181,149,218). Sum of RGB (Red+Green+Blue) = 181+149+218=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #B595DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595DA is #4A6A25. Grayscale: #A6A6A6. Windows color (decimal): -4876838 or 14325173. OLE color: 14325173.

HSL color Cylindrical-coordinate representation of color #B595DA: hue angle of 267.83º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B595DA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181149218-
CMYK0.170.3200.15
HSL267.83º48.25%71.96%-
HSV(B)267.83º31.65%85.49%-
XYZ42.4636.3871.11-
YUV166.43157.1138.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=33.03%
G=27.19%
B=39.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811492180.170.3200.15267.8348.2571.96
HexB595DA11200F10c3048
Octal265225332214001741460110
Binary10110101100101011101101010001100000011111000011001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595DA; }

 p { color: rgb(181,149,218); }

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

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

 a { background-color: rgb(181,149,218); }

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

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

 span { border-color: rgb(181,149,218); }

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