Html Css Color HEX #BC507F Royal Heath

📋 copy color: '#BC507F'

red 188 ◦ green 80 ◦ blue 127

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

Shades of Royal Heath #BC507F

Tints of Royal Heath #BC507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

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

R = 47.59%
G = 20.25%
B = 32.15%

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

#BC507F (or 0xBC507F) is known color: Royal Heath. HEX triplet: BC, 50 and 7F. RGB value is (188,80,127). Sum of RGB (Red+Green+Blue) = 188+80+127=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC507F is #43AF80. Grayscale: #757575. Windows color (decimal): -4435841 or 8343740. OLE color: 8343740.

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

Color convert

RGB 188 80 127 -
CMYK 0 0.57 0.32 0.26
HSL 333.89º 0.45% 0.53% -
HSV(B) 333.89º 0.57% 0.74% -
XYZ 27.44 17.96 22.1 -
YUV 117.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 188 80 127 0 0.57 0.32 0.26 333.89 0.45 0.53
Hex BC 50 7F 0 39 20 1A 14E 2D 35
Octal 274 120 177 0 71 40 32 516 55 65
Binary 10111100 1010000 1111111 0 111001 100000 11010 101001110 101101 110101

Color Harmonies of #BC507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC507F

Black with #BC507F

Text Example


Text Example

White with #BC507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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