#B395CD

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

Shades of Biloba Flower #B395CD

Tints of Biloba Flower #B395CD

Color information

#B395CD (or 0xB395CD) is unknown color: approx Biloba Flower. HEX triplet: B3, 95 and CD. RGB value is (179,149,205). Sum of RGB (Red+Green+Blue) = 179+149+205=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #B395CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395CD is #4C6A32. Grayscale: #A4A4A4. Windows color (decimal): -5007923 or 13473203. OLE color: 13473203.

HSL color Cylindrical-coordinate representation of color #B395CD: hue angle of 272.14º 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 #B395CD is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179149205-
CMYK0.130.2700.20
HSL272.14º35.9%69.41%-
HSV(B)272.14º27.32%80.39%-
XYZ40.3635.4962.48-
YUV164.35150.94138.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=33.58%
G=27.95%
B=38.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791492050.130.2700.20272.1435.969.41
HexB395CDD1B0141102445
Octal263225315153302442044105
Binary1011001110010101110011011101110110101001000100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B395CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B395CD; }

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

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

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

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

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

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

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

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