#B395ED

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

Shades of Biloba Flower #B395ED

Tints of Biloba Flower #B395ED

Color information

#B395ED (or 0xB395ED) is unknown color: approx Biloba Flower. HEX triplet: B3, 95 and ED. RGB value is (179,149,237). Sum of RGB (Red+Green+Blue) = 179+149+237=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #B395ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B395ED is #4C6A12. Grayscale: #A7A7A7. Windows color (decimal): -5007891 or 15570355. OLE color: 15570355.

HSL color Cylindrical-coordinate representation of color #B395ED: hue angle of 260.45º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B395ED is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179149237-
CMYK0.240.3700.07
HSL260.45º70.97%75.69%-
HSV(B)260.45º37.13%92.94%-
XYZ44.6237.1984.95-
YUV168166.94135.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=31.68%
G=26.37%
B=41.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791492370.240.3700.07260.4570.9775.69
HexB395ED182507104474c
Octal263225355304507404107114
Binary10110011100101011110110111000100101011110000010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B395ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B395ED; }

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

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

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

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

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

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

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

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