Html Css Color HEX #BC759F Bouquet

📋 copy color: '#BC759F'

red 188 ◦ green 117 ◦ blue 159

#BC759F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #BC759F

Tints of Bouquet #BC759F

RGB

 RED value IS 188 (73.83% from 255) = 40.52%

 GREEN value IS 117 (46.09% from 255) = 25.22%

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 40.52%
G = 25.22%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC759F (or 0xBC759F) is known color: Bouquet. HEX triplet: BC, 75 and 9F. RGB value is (188,117,159). Sum of RGB (Red+Green+Blue) = 188+117+159=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC759F is #438A60. Grayscale: #8E8E8E. Windows color (decimal): -4426337 or 10450364. OLE color: 10450364.

HSL color Cylindrical-coordinate representation of color #BC759F: hue angle of 324.51º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC759F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 159 -
CMYK 0 0.38 0.15 0.26
HSL 324.51º 0.35% 0.6% -
HSV(B) 324.51º 0.38% 0.74% -
XYZ 33.36 25.92 36.05 -
YUV 143.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 188 117 159 0 0.38 0.15 0.26 324.51 0.35 0.6
Hex BC 75 9F 0 26 F 1A 145 23 3C
Octal 274 165 237 0 46 17 32 505 43 74
Binary 10111100 1110101 10011111 0 100110 1111 11010 101000101 100011 111100

Color Harmonies of #BC759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC759F

Black with #BC759F

Text Example


Text Example

White with #BC759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC759F; }

 p { color: rgb(188,117,159); }

 H1.HeaderClassName
 {
   color: #BC759F;
 }
 .AnyTagClassName
 {
   color: #BC759F;
 }
</style>

background-color css

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

 a { background-color: rgb(188,117,159); }

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

border-color css

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

 span { border-color: rgb(188,117,159); }

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