#B795EC

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

Shades of Biloba Flower #B795EC

Tints of Biloba Flower #B795EC

Color information

#B795EC (or 0xB795EC) is unknown color: approx Biloba Flower. HEX triplet: B7, 95 and EC. RGB value is (183,149,236). Sum of RGB (Red+Green+Blue) = 183+149+236=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #B795EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B795EC is #486A13. Grayscale: #A8A8A8. Windows color (decimal): -4745748 or 15504823. OLE color: 15504823.

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

Color convert

RGB183149236-
CMYK0.220.3700.07
HSL263.45º69.6%75.49%-
HSV(B)263.45º36.86%92.55%-
XYZ45.4237.6284.22-
YUV169.08165.76137.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.22%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=32.22%
G=26.23%
B=41.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831492360.220.3700.07263.4569.675.49
HexB795EC162507107464b
Octal267225354264507407106113
Binary10110111100101011110110010110100101011110000011110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B795EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B795EC; }

 p { color: rgb(183,149,236); }

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

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

 a { background-color: rgb(183,149,236); }

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

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

 span { border-color: rgb(183,149,236); }

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