Html Css Color HEX #BC73A2 Bouquet

📋 copy color: '#BC73A2'

red 188 ◦ green 115 ◦ blue 162

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

Shades of Bouquet #BC73A2

Tints of Bouquet #BC73A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 40.43%
G = 24.73%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC73A2 (or 0xBC73A2) is known color: Bouquet. HEX triplet: BC, 73 and A2. RGB value is (188,115,162). Sum of RGB (Red+Green+Blue) = 188+115+162=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC73A2 is #438C5D. Grayscale: #8E8E8E. Windows color (decimal): -4426846 or 10646460. OLE color: 10646460.

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

Color convert

RGB 188 115 162 -
CMYK 0 0.39 0.14 0.26
HSL 321.37º 0.35% 0.59% -
HSV(B) 321.37º 0.39% 0.74% -
XYZ 33.39 25.56 37.36 -
YUV 142.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 188 115 162 0 0.39 0.14 0.26 321.37 0.35 0.59
Hex BC 73 A2 0 27 E 1A 141 23 3B
Octal 274 163 242 0 47 16 32 501 43 73
Binary 10111100 1110011 10100010 0 100111 1110 11010 101000001 100011 111011

Color Harmonies of #BC73A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73A2

Black with #BC73A2

Text Example


Text Example

White with #BC73A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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