#BF74A8

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

Shades of Bouquet #BF74A8

Tints of Bouquet #BF74A8

Color information

#BF74A8 (or 0xBF74A8) is unknown color: approx Bouquet. HEX triplet: BF, 74 and A8. RGB value is (191,116,168). Sum of RGB (Red+Green+Blue) = 191+116+168=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF74A8 is #408B57. Grayscale: #909090. Windows color (decimal): -4229976 or 11039935. OLE color: 11039935.

HSL color Cylindrical-coordinate representation of color #BF74A8: hue angle of 318.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF74A8 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191116168-
CMYK00.390.120.25
HSL318.4º36.95%60.2%-
HSV(B)318.4º39.27%74.9%-
XYZ34.826.3940.31-
YUV144.35141.35161.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=40.21%
G=24.42%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111616800.390.120.25318.436.9560.2
HexBF74A8027C1913e253c
Octal27716425004714314764574
Binary101111111110100101010000100111110011001100111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF74A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF74A8; }

 p { color: rgb(191,116,168); }

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

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

 a { background-color: rgb(191,116,168); }

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

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

 span { border-color: rgb(191,116,168); }

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