#B595DD

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

Shades of Biloba Flower #B595DD

Tints of Biloba Flower #B595DD

Color information

#B595DD (or 0xB595DD) is unknown color: approx Biloba Flower. HEX triplet: B5, 95 and DD. RGB value is (181,149,221). Sum of RGB (Red+Green+Blue) = 181+149+221=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B595DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595DD is #4A6A22. Grayscale: #A6A6A6. Windows color (decimal): -4876835 or 14521781. OLE color: 14521781.

HSL color Cylindrical-coordinate representation of color #B595DD: hue angle of 266.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B595DD is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181149221-
CMYK0.180.3300.13
HSL266.67º51.43%72.55%-
HSV(B)266.67º32.58%86.67%-
XYZ42.8536.5473.2-
YUV166.78158.6138.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=32.85%
G=27.04%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811492210.180.3300.13266.6751.4372.55
HexB595DD12210D10b3349
Octal265225335224101541363111
Binary10110101100101011101110110010100001011011000010111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595DD; }

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

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

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

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

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

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

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

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