#B795CE

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

Shades of Biloba Flower #B795CE

Tints of Biloba Flower #B795CE

Color information

#B795CE (or 0xB795CE) is unknown color: approx Biloba Flower. HEX triplet: B7, 95 and CE. RGB value is (183,149,206). Sum of RGB (Red+Green+Blue) = 183+149+206=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #B795CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795CE is #486A31. Grayscale: #A5A5A5. Windows color (decimal): -4745778 or 13538743. OLE color: 13538743.

HSL color Cylindrical-coordinate representation of color #B795CE: hue angle of 275.79º degrees, saturation: 0.37, 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 #B795CE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183149206-
CMYK0.110.2800.19
HSL275.79º36.77%69.61%-
HSV(B)275.79º27.67%80.78%-
XYZ41.4236.0263.16-
YUV165.66150.76140.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.01%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=34.01%
G=27.70%
B=38.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831492060.110.2800.19275.7936.7769.61
HexB795CEB1C0131142546
Octal267225316133402342445106
Binary1011011110010101110011101011111000100111000101001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B795CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B795CE; }

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

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

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

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

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

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

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

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