Html Css Color HEX #BC73A3 Bouquet

📋 copy color: '#BC73A3'

red 188 ◦ green 115 ◦ blue 163

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

Shades of Bouquet #BC73A3

Tints of Bouquet #BC73A3

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

 BLUE value IS 163 (64.06% from 255) = 34.98%

R = 40.34%
G = 24.68%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC73A3 (or 0xBC73A3) is known color: Bouquet. HEX triplet: BC, 73 and A3. RGB value is (188,115,163). Sum of RGB (Red+Green+Blue) = 188+115+163=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73A3 is #438C5C. Grayscale: #8E8E8E. Windows color (decimal): -4426845 or 10711996. OLE color: 10711996.

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

Color convert

RGB 188 115 163 -
CMYK 0 0.39 0.13 0.26
HSL 320.55º 0.35% 0.59% -
HSV(B) 320.55º 0.39% 0.74% -
XYZ 33.48 25.6 37.83 -
YUV 142.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 188 115 163 0 0.39 0.13 0.26 320.55 0.35 0.59
Hex BC 73 A3 0 27 D 1A 141 23 3B
Octal 274 163 243 0 47 15 32 501 43 73
Binary 10111100 1110011 10100011 0 100111 1101 11010 101000001 100011 111011

Color Harmonies of #BC73A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73A3

Black with #BC73A3

Text Example


Text Example

White with #BC73A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73A3; }

 p { color: rgb(188,115,163); }

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

background-color css

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

 a { background-color: rgb(188,115,163); }

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

border-color css

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

 span { border-color: rgb(188,115,163); }

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