Html Css Color HEX #BC587B Royal Heath

📋 copy color: '#BC587B'

red 188 ◦ green 88 ◦ blue 123

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

Shades of Royal Heath #BC587B

Tints of Royal Heath #BC587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.06%

 BLUE value IS 123 (48.44% from 255) = 30.83%

R = 47.12%
G = 22.06%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC587B (or 0xBC587B) is known color: Royal Heath. HEX triplet: BC, 58 and 7B. RGB value is (188,88,123). Sum of RGB (Red+Green+Blue) = 188+88+123=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC587B is #43A784. Grayscale: #797979. Windows color (decimal): -4433797 or 8083644. OLE color: 8083644.

HSL color Cylindrical-coordinate representation of color #BC587B: hue angle of 339º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC587B is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 123 -
CMYK 0 0.53 0.35 0.26
HSL 339º 0.43% 0.54% -
HSV(B) 339º 0.53% 0.74% -
XYZ 27.8 19.1 20.96 -
YUV 121.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 188 88 123 0 0.53 0.35 0.26 339 0.43 0.54
Hex BC 58 7B 0 35 23 1A 153 2B 36
Octal 274 130 173 0 65 43 32 523 53 66
Binary 10111100 1011000 1111011 0 110101 100011 11010 101010011 101011 110110

Color Harmonies of #BC587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC587B

Black with #BC587B

Text Example


Text Example

White with #BC587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC587B; }

 p { color: rgb(188,88,123); }

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

background-color css

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

 a { background-color: rgb(188,88,123); }

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

border-color css

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

 span { border-color: rgb(188,88,123); }

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