Html Css Color HEX #BC517F Royal Heath

📋 copy color: '#BC517F'

red 188 ◦ green 81 ◦ blue 127

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

Shades of Royal Heath #BC517F

Tints of Royal Heath #BC517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.07%

R = 47.47%
G = 20.45%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC517F (or 0xBC517F) is known color: Royal Heath. HEX triplet: BC, 51 and 7F. RGB value is (188,81,127). Sum of RGB (Red+Green+Blue) = 188+81+127=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC517F is #43AE80. Grayscale: #767676. Windows color (decimal): -4435585 or 8343996. OLE color: 8343996.

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

Color convert

RGB 188 81 127 -
CMYK 0 0.57 0.32 0.26
HSL 334.21º 0.44% 0.53% -
HSV(B) 334.21º 0.57% 0.74% -
XYZ 27.51 18.11 22.12 -
YUV 118.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 188 81 127 0 0.57 0.32 0.26 334.21 0.44 0.53
Hex BC 51 7F 0 39 20 1A 14E 2C 35
Octal 274 121 177 0 71 40 32 516 54 65
Binary 10111100 1010001 1111111 0 111001 100000 11010 101001110 101100 110101

Color Harmonies of #BC517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC517F

Black with #BC517F

Text Example


Text Example

White with #BC517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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