Html Css Color HEX #BC5475 Royal Heath

📋 copy color: '#BC5475'

red 188 ◦ green 84 ◦ blue 117

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

Shades of Royal Heath #BC5475

Tints of Royal Heath #BC5475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 48.33%
G = 21.59%
B = 30.08%

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

#BC5475 (or 0xBC5475) is known color: Royal Heath. HEX triplet: BC, 54 and 75. RGB value is (188,84,117). Sum of RGB (Red+Green+Blue) = 188+84+117=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5475 is #43AB8A. Grayscale: #767676. Windows color (decimal): -4434827 or 7689404. OLE color: 7689404.

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

Color convert

RGB 188 84 117 -
CMYK 0 0.55 0.38 0.26
HSL 340.96º 0.44% 0.53% -
HSV(B) 340.96º 0.55% 0.74% -
XYZ 27.12 18.32 18.94 -
YUV 118.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 188 84 117 0 0.55 0.38 0.26 340.96 0.44 0.53
Hex BC 54 75 0 37 26 1A 155 2C 35
Octal 274 124 165 0 67 46 32 525 54 65
Binary 10111100 1010100 1110101 0 110111 100110 11010 101010101 101100 110101

Color Harmonies of #BC5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5475

Black with #BC5475

Text Example


Text Example

White with #BC5475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5475; }

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

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

background-color css

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

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

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

border-color css

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

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

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