#B795F7

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

Shades of Biloba Flower #B795F7

Tints of Biloba Flower #B795F7

Color information

#B795F7 (or 0xB795F7) is unknown color: approx Biloba Flower. HEX triplet: B7, 95 and F7. RGB value is (183,149,247). Sum of RGB (Red+Green+Blue) = 183+149+247=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #B795F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B795F7 is #486A08. Grayscale: #A9A9A9. Windows color (decimal): -4745737 or 16225719. OLE color: 16225719.

HSL color Cylindrical-coordinate representation of color #B795F7: hue angle of 260.82º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B795F7 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183149247-
CMYK0.260.4000.03
HSL260.82º85.96%77.65%-
HSV(B)260.82º39.68%96.86%-
XYZ47.0638.2892.9-
YUV170.34171.26137.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.61%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=31.61%
G=25.73%
B=42.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831492470.260.4000.03260.8285.9677.65
HexB795F71A2803105564e
Octal267225367325003405126116
Binary1011011110010101111101111101010100001110000010110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B795F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B795F7; }

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

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

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

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

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

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

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

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