Html Css Color HEX #BC487E Royal Heath

📋 copy color: '#BC487E'

red 188 ◦ green 72 ◦ blue 126

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

Shades of Royal Heath #BC487E

Tints of Royal Heath #BC487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 48.7%
G = 18.65%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC487E (or 0xBC487E) is known color: Royal Heath. HEX triplet: BC, 48 and 7E. RGB value is (188,72,126). Sum of RGB (Red+Green+Blue) = 188+72+126=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC487E is #43B781. Grayscale: #707070. Windows color (decimal): -4437890 or 8276156. OLE color: 8276156.

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

Color convert

RGB 188 72 126 -
CMYK 0 0.62 0.33 0.26
HSL 332.07º 0.46% 0.51% -
HSV(B) 332.07º 0.62% 0.74% -
XYZ 26.82 16.83 21.57 -
YUV 112.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 188 72 126 0 0.62 0.33 0.26 332.07 0.46 0.51
Hex BC 48 7E 0 3E 21 1A 14C 2E 33
Octal 274 110 176 0 76 41 32 514 56 63
Binary 10111100 1001000 1111110 0 111110 100001 11010 101001100 101110 110011

Color Harmonies of #BC487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC487E

Black with #BC487E

Text Example


Text Example

White with #BC487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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