Html Css Color HEX #BC487F Royal Heath

📋 copy color: '#BC487F'

red 188 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #BC487F

Tints of Royal Heath #BC487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

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

R = 48.58%
G = 18.6%
B = 32.82%

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

#BC487F (or 0xBC487F) is known color: Royal Heath. HEX triplet: BC, 48 and 7F. RGB value is (188,72,127). Sum of RGB (Red+Green+Blue) = 188+72+127=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC487F is #43B780. Grayscale: #707070. Windows color (decimal): -4437889 or 8341692. OLE color: 8341692.

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

Color convert

RGB 188 72 127 -
CMYK 0 0.62 0.32 0.26
HSL 331.55º 0.46% 0.51% -
HSV(B) 331.55º 0.62% 0.74% -
XYZ 26.89 16.86 21.92 -
YUV 112.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 188 72 127 0 0.62 0.32 0.26 331.55 0.46 0.51
Hex BC 48 7F 0 3E 20 1A 14C 2E 33
Octal 274 110 177 0 76 40 32 514 56 63
Binary 10111100 1001000 1111111 0 111110 100000 11010 101001100 101110 110011

Color Harmonies of #BC487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC487F

Black with #BC487F

Text Example


Text Example

White with #BC487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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