#B395CF

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

Shades of Biloba Flower #B395CF

Tints of Biloba Flower #B395CF

Color information

#B395CF (or 0xB395CF) is unknown color: approx Biloba Flower. HEX triplet: B3, 95 and CF. RGB value is (179,149,207). Sum of RGB (Red+Green+Blue) = 179+149+207=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #B395CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395CF is #4C6A30. Grayscale: #A4A4A4. Windows color (decimal): -5007921 or 13604275. OLE color: 13604275.

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

Color convert

RGB179149207-
CMYK0.140.2800.19
HSL271.03º37.66%69.8%-
HSV(B)271.03º28.02%81.18%-
XYZ40.635.5863.76-
YUV164.58151.94138.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=33.46%
G=27.85%
B=38.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791492070.140.2800.19271.0337.6669.8
HexB395CFE1C01310f2646
Octal263225317163402341746106
Binary1011001110010101110011111110111000100111000011111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B395CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B395CF; }

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

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

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

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

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

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

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

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