#B795EE

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

Shades of Biloba Flower #B795EE

Tints of Biloba Flower #B795EE

Color information

#B795EE (or 0xB795EE) is unknown color: approx Biloba Flower. HEX triplet: B7, 95 and EE. RGB value is (183,149,238). Sum of RGB (Red+Green+Blue) = 183+149+238=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #B795EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B795EE is #486A11. Grayscale: #A8A8A8. Windows color (decimal): -4745746 or 15635895. OLE color: 15635895.

HSL color Cylindrical-coordinate representation of color #B795EE: hue angle of 262.92º degrees, saturation: 0.72, 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 #B795EE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183149238-
CMYK0.230.3700.07
HSL262.92º72.36%75.88%-
HSV(B)262.92º37.39%93.33%-
XYZ45.7137.7485.76-
YUV169.31166.76137.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=32.11%
G=26.14%
B=41.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831492380.230.3700.07262.9272.3675.88
HexB795EE172507107484c
Octal267225356274507407110114
Binary10110111100101011110111010111100101011110000011110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B795EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B795EE; }

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

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

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

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

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

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

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

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