Html Css Color HEX #BC477F Royal Heath

📋 copy color: '#BC477F'

red 188 ◦ green 71 ◦ blue 127

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

Shades of Royal Heath #BC477F

Tints of Royal Heath #BC477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.39%

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

R = 48.7%
G = 18.39%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC477F (or 0xBC477F) is known color: Royal Heath. HEX triplet: BC, 47 and 7F. RGB value is (188,71,127). Sum of RGB (Red+Green+Blue) = 188+71+127=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC477F is #43B880. Grayscale: #707070. Windows color (decimal): -4438145 or 8341436. OLE color: 8341436.

HSL color Cylindrical-coordinate representation of color #BC477F: hue angle of 331.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC477F is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 127 -
CMYK 0 0.62 0.32 0.26
HSL 331.28º 0.47% 0.51% -
HSV(B) 331.28º 0.62% 0.74% -
XYZ 26.82 16.73 21.89 -
YUV 112.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 188 71 127 0 0.62 0.32 0.26 331.28 0.47 0.51
Hex BC 47 7F 0 3E 20 1A 14B 2F 33
Octal 274 107 177 0 76 40 32 513 57 63
Binary 10111100 1000111 1111111 0 111110 100000 11010 101001011 101111 110011

Color Harmonies of #BC477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC477F

Black with #BC477F

Text Example


Text Example

White with #BC477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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