Html Css Color HEX #BC517D Royal Heath

📋 copy color: '#BC517D'

red 188 ◦ green 81 ◦ blue 125

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

Shades of Royal Heath #BC517D

Tints of Royal Heath #BC517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.56%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 47.72%
G = 20.56%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC517D (or 0xBC517D) is known color: Royal Heath. HEX triplet: BC, 51 and 7D. RGB value is (188,81,125). Sum of RGB (Red+Green+Blue) = 188+81+125=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC517D is #43AE82. Grayscale: #757575. Windows color (decimal): -4435587 or 8212924. OLE color: 8212924.

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

Color convert

RGB 188 81 125 -
CMYK 0 0.57 0.34 0.26
HSL 335.33º 0.44% 0.53% -
HSV(B) 335.33º 0.57% 0.74% -
XYZ 27.38 18.06 21.44 -
YUV 118.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 188 81 125 0 0.57 0.34 0.26 335.33 0.44 0.53
Hex BC 51 7D 0 39 22 1A 14F 2C 35
Octal 274 121 175 0 71 42 32 517 54 65
Binary 10111100 1010001 1111101 0 111001 100010 11010 101001111 101100 110101

Color Harmonies of #BC517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC517D

Black with #BC517D

Text Example


Text Example

White with #BC517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC517D; }

 p { color: rgb(188,81,125); }

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

background-color css

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

 a { background-color: rgb(188,81,125); }

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

border-color css

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

 span { border-color: rgb(188,81,125); }

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