Html Css Color HEX #BF587D Royal Heath

📋 copy color: '#BF587D'

red 191 ◦ green 88 ◦ blue 125

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

Shades of Royal Heath #BF587D

Tints of Royal Heath #BF587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 47.28%
G = 21.78%
B = 30.94%

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

#BF587D (or 0xBF587D) is known color: Royal Heath. HEX triplet: BF, 58 and 7D. RGB value is (191,88,125). Sum of RGB (Red+Green+Blue) = 191+88+125=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF587D is #40A782. Grayscale: #7A7A7A. Windows color (decimal): -4237187 or 8214719. OLE color: 8214719.

HSL color Cylindrical-coordinate representation of color #BF587D: hue angle of 338.45º 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 #BF587D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 88 125 -
CMYK 0 0.54 0.35 0.25
HSL 338.45º 0.45% 0.55% -
HSV(B) 338.45º 0.54% 0.75% -
XYZ 28.68 19.54 21.66 -
YUV 123.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 191 88 125 0 0.54 0.35 0.25 338.45 0.45 0.55
Hex BF 58 7D 0 36 23 19 152 2D 37
Octal 277 130 175 0 66 43 31 522 55 67
Binary 10111111 1011000 1111101 0 110110 100011 11001 101010010 101101 110111

Color Harmonies of #BF587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF587D

Black with #BF587D

Text Example


Text Example

White with #BF587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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