#B595CD

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

Shades of Biloba Flower #B595CD

Tints of Biloba Flower #B595CD

Color information

#B595CD (or 0xB595CD) is unknown color: approx Biloba Flower. HEX triplet: B5, 95 and CD. RGB value is (181,149,205). Sum of RGB (Red+Green+Blue) = 181+149+205=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #B595CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595CD is #4A6A32. Grayscale: #A4A4A4. Windows color (decimal): -4876851 or 13473205. OLE color: 13473205.

HSL color Cylindrical-coordinate representation of color #B595CD: hue angle of 274.29º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B595CD is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181149205-
CMYK0.120.2700.20
HSL274.29º35.9%69.41%-
HSV(B)274.29º27.32%80.39%-
XYZ40.8235.7362.5-
YUV164.95150.6139.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=33.83%
G=27.85%
B=38.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811492050.120.2700.20274.2935.969.41
HexB595CDC1B0141122445
Octal265225315143302442244105
Binary1011010110010101110011011100110110101001000100101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595CD; }

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

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

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

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

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

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

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

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