Html Css Color HEX #BC557A Royal Heath

📋 copy color: '#BC557A'

red 188 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #BC557A

Tints of Royal Heath #BC557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.52%

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

R = 47.59%
G = 21.52%
B = 30.89%

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

#BC557A (or 0xBC557A) is known color: Royal Heath. HEX triplet: BC, 55 and 7A. RGB value is (188,85,122). Sum of RGB (Red+Green+Blue) = 188+85+122=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC557A is #43AA85. Grayscale: #777777. Windows color (decimal): -4434566 or 8017340. OLE color: 8017340.

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

Color convert

RGB 188 85 122 -
CMYK 0 0.55 0.35 0.26
HSL 338.45º 0.43% 0.54% -
HSV(B) 338.45º 0.55% 0.74% -
XYZ 27.5 18.59 20.55 -
YUV 120.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 188 85 122 0 0.55 0.35 0.26 338.45 0.43 0.54
Hex BC 55 7A 0 37 23 1A 152 2B 36
Octal 274 125 172 0 67 43 32 522 53 66
Binary 10111100 1010101 1111010 0 110111 100011 11010 101010010 101011 110110

Color Harmonies of #BC557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC557A

Black with #BC557A

Text Example


Text Example

White with #BC557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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