Html Css Color HEX #BF587C Royal Heath

📋 copy color: '#BF587C'

red 191 ◦ green 88 ◦ blue 124

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

Shades of Royal Heath #BF587C

Tints of Royal Heath #BF587C

RGB

 RED value IS 191 (75% from 255) = 47.39%

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

 BLUE value IS 124 (48.83% from 255) = 30.77%

R = 47.39%
G = 21.84%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF587C (or 0xBF587C) is known color: Royal Heath. HEX triplet: BF, 58 and 7C. RGB value is (191,88,124). Sum of RGB (Red+Green+Blue) = 191+88+124=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF587C is #40A783. Grayscale: #7A7A7A. Windows color (decimal): -4237188 or 8149183. OLE color: 8149183.

HSL color Cylindrical-coordinate representation of color #BF587C: hue angle of 339.03º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF587C is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 88 124 -
CMYK 0 0.54 0.35 0.25
HSL 339.03º 0.45% 0.55% -
HSV(B) 339.03º 0.54% 0.75% -
XYZ 28.61 19.51 21.33 -
YUV 122.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 191 88 124 0 0.54 0.35 0.25 339.03 0.45 0.55
Hex BF 58 7C 0 36 23 19 153 2D 37
Octal 277 130 174 0 66 43 31 523 55 67
Binary 10111111 1011000 1111100 0 110110 100011 11001 101010011 101101 110111

Color Harmonies of #BF587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF587C

Black with #BF587C

Text Example


Text Example

White with #BF587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF587C; }

 p { color: rgb(191,88,124); }

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

background-color css

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

 a { background-color: rgb(191,88,124); }

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

border-color css

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

 span { border-color: rgb(191,88,124); }

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