#B392CE

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

Shades of Biloba Flower #B392CE

Tints of Biloba Flower #B392CE

Color information

#B392CE (or 0xB392CE) is unknown color: approx Biloba Flower. HEX triplet: B3, 92 and CE. RGB value is (179,146,206). Sum of RGB (Red+Green+Blue) = 179+146+206=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #B392CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392CE is #4C6D31. Grayscale: #A2A2A2. Windows color (decimal): -5008690 or 13537971. OLE color: 13537971.

HSL color Cylindrical-coordinate representation of color #B392CE: hue angle of 273º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B392CE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179146206-
CMYK0.130.2900.19
HSL273º37.97%69.02%-
HSV(B)273º29.13%80.78%-
XYZ40.0134.662.96-
YUV162.71152.43139.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=33.71%
G=27.50%
B=38.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791462060.130.2900.1927337.9769.02
HexB392CED1D0131112645
Octal263222316153502342146105
Binary1011001110010010110011101101111010100111000100011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392CE; }

 p { color: rgb(179,146,206); }

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

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

 a { background-color: rgb(179,146,206); }

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

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

 span { border-color: rgb(179,146,206); }

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