Html Css Color HEX #BC547A Royal Heath

📋 copy color: '#BC547A'

red 188 ◦ green 84 ◦ blue 122

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

Shades of Royal Heath #BC547A

Tints of Royal Heath #BC547A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 47.72%
G = 21.32%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC547A (or 0xBC547A) is known color: Royal Heath. HEX triplet: BC, 54 and 7A. RGB value is (188,84,122). Sum of RGB (Red+Green+Blue) = 188+84+122=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC547A is #43AB85. Grayscale: #777777. Windows color (decimal): -4434822 or 8017084. OLE color: 8017084.

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

Color convert

RGB 188 84 122 -
CMYK 0 0.55 0.35 0.26
HSL 338.08º 0.44% 0.53% -
HSV(B) 338.08º 0.55% 0.74% -
XYZ 27.42 18.44 20.53 -
YUV 119.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 188 84 122 0 0.55 0.35 0.26 338.08 0.44 0.53
Hex BC 54 7A 0 37 23 1A 152 2C 35
Octal 274 124 172 0 67 43 32 522 54 65
Binary 10111100 1010100 1111010 0 110111 100011 11010 101010010 101100 110101

Color Harmonies of #BC547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC547A

Black with #BC547A

Text Example


Text Example

White with #BC547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC547A; }

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

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

background-color css

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

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

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

border-color css

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

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

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