Html Css Color HEX #BC4574 Royal Heath

📋 copy color: '#BC4574'

red 188 ◦ green 69 ◦ blue 116

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

Shades of Royal Heath #BC4574

Tints of Royal Heath #BC4574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 50.4%
G = 18.5%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC4574 (or 0xBC4574) is known color: Royal Heath. HEX triplet: BC, 45 and 74. RGB value is (188,69,116). Sum of RGB (Red+Green+Blue) = 188+69+116=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4574 is #43BA8B. Grayscale: #6D6D6D. Windows color (decimal): -4438668 or 7620028. OLE color: 7620028.

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

Color convert

RGB 188 69 116 -
CMYK 0 0.63 0.38 0.26
HSL 336.3º 0.47% 0.5% -
HSV(B) 336.3º 0.63% 0.74% -
XYZ 26.02 16.21 18.28 -
YUV 109.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 188 69 116 0 0.63 0.38 0.26 336.3 0.47 0.5
Hex BC 45 74 0 3F 26 1A 150 2F 32
Octal 274 105 164 0 77 46 32 520 57 62
Binary 10111100 1000101 1110100 0 111111 100110 11010 101010000 101111 110010

Color Harmonies of #BC4574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4574

Black with #BC4574

Text Example


Text Example

White with #BC4574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4574; }

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

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

background-color css

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

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

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

border-color css

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

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

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