#BE6FAC

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

Shades of Bouquet #BE6FAC

Tints of Bouquet #BE6FAC

Color information

#BE6FAC (or 0xBE6FAC) is unknown color: approx Bouquet. HEX triplet: BE, 6F and AC. RGB value is (190,111,172). Sum of RGB (Red+Green+Blue) = 190+111+172=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FAC is #419053. Grayscale: #8D8D8D. Windows color (decimal): -4296788 or 11300798. OLE color: 11300798.

HSL color Cylindrical-coordinate representation of color #BE6FAC: hue angle of 313.67º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6FAC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190111172-
CMYK00.420.090.25
HSL313.67º37.8%59.02%-
HSV(B)313.67º41.58%74.51%-
XYZ34.3725.2942.1-
YUV141.57145.17162.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=40.17%
G=23.47%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011117200.420.090.25313.6737.859.02
HexBE6FAC02A91913a263b
Octal27615725405211314724673
Binary101111101101111101011000101010100111001100111010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FAC; }

 p { color: rgb(190,111,172); }

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

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

 a { background-color: rgb(190,111,172); }

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

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

 span { border-color: rgb(190,111,172); }

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