Html Css Color HEX #BC4773 Royal Heath

📋 copy color: '#BC4773'

red 188 ◦ green 71 ◦ blue 115

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

Shades of Royal Heath #BC4773

Tints of Royal Heath #BC4773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.98%

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 50.27%
G = 18.98%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC4773 (or 0xBC4773) is known color: Royal Heath. HEX triplet: BC, 47 and 73. RGB value is (188,71,115). Sum of RGB (Red+Green+Blue) = 188+71+115=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4773 is #43B88C. Grayscale: #6E6E6E. Windows color (decimal): -4438157 or 7555004. OLE color: 7555004.

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

Color convert

RGB 188 71 115 -
CMYK 0 0.62 0.39 0.26
HSL 337.44º 0.47% 0.51% -
HSV(B) 337.44º 0.62% 0.74% -
XYZ 26.09 16.44 18.02 -
YUV 111 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 188 71 115 0 0.62 0.39 0.26 337.44 0.47 0.51
Hex BC 47 73 0 3E 27 1A 151 2F 33
Octal 274 107 163 0 76 47 32 521 57 63
Binary 10111100 1000111 1110011 0 111110 100111 11010 101010001 101111 110011

Color Harmonies of #BC4773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4773

Black with #BC4773

Text Example


Text Example

White with #BC4773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4773; }

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

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

background-color css

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

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

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

border-color css

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

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

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