Html Css Color HEX #BC5474 Royal Heath

📋 copy color: '#BC5474'

red 188 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #BC5474

Tints of Royal Heath #BC5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

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

R = 48.45%
G = 21.65%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC5474 (or 0xBC5474) is known color: Royal Heath. HEX triplet: BC, 54 and 74. RGB value is (188,84,116). Sum of RGB (Red+Green+Blue) = 188+84+116=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5474 is #43AB8B. Grayscale: #767676. Windows color (decimal): -4434828 or 7623868. OLE color: 7623868.

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

Color convert

RGB 188 84 116 -
CMYK 0 0.55 0.38 0.26
HSL 341.54º 0.44% 0.53% -
HSV(B) 341.54º 0.55% 0.74% -
XYZ 27.06 18.29 18.63 -
YUV 118.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 188 84 116 0 0.55 0.38 0.26 341.54 0.44 0.53
Hex BC 54 74 0 37 26 1A 156 2C 35
Octal 274 124 164 0 67 46 32 526 54 65
Binary 10111100 1010100 1110100 0 110111 100110 11010 101010110 101100 110101

Color Harmonies of #BC5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5474

Black with #BC5474

Text Example


Text Example

White with #BC5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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