Html Css Color HEX #BC74AC Bouquet

📋 copy color: '#BC74AC'

red 188 ◦ green 116 ◦ blue 172

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

Shades of Bouquet #BC74AC

Tints of Bouquet #BC74AC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.37%

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 39.5%
G = 24.37%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC74AC (or 0xBC74AC) is known color: Bouquet. HEX triplet: BC, 74 and AC. RGB value is (188,116,172). Sum of RGB (Red+Green+Blue) = 188+116+172=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC74AC is #438B53. Grayscale: #8F8F8F. Windows color (decimal): -4426580 or 11302076. OLE color: 11302076.

HSL color Cylindrical-coordinate representation of color #BC74AC: hue angle of 313.33º 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 #BC74AC is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 116 172 -
CMYK 0 0.38 0.09 0.26
HSL 313.33º 0.35% 0.6% -
HSV(B) 313.33º 0.38% 0.74% -
XYZ 34.43 26.16 42.26 -
YUV 143.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 188 116 172 0 0.38 0.09 0.26 313.33 0.35 0.6
Hex BC 74 AC 0 26 9 1A 139 23 3C
Octal 274 164 254 0 46 11 32 471 43 74
Binary 10111100 1110100 10101100 0 100110 1001 11010 100111001 100011 111100

Color Harmonies of #BC74AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74AC

Black with #BC74AC

Text Example


Text Example

White with #BC74AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74AC; }

 p { color: rgb(188,116,172); }

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

background-color css

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

 a { background-color: rgb(188,116,172); }

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

border-color css

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

 span { border-color: rgb(188,116,172); }

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