Html Css Color HEX #BF557D Royal Heath

📋 copy color: '#BF557D'

red 191 ◦ green 85 ◦ blue 125

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

Shades of Royal Heath #BF557D

Tints of Royal Heath #BF557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.2%

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

R = 47.63%
G = 21.2%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF557D (or 0xBF557D) is known color: Royal Heath. HEX triplet: BF, 55 and 7D. RGB value is (191,85,125). Sum of RGB (Red+Green+Blue) = 191+85+125=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF557D is #40AA82. Grayscale: #797979. Windows color (decimal): -4237955 or 8213951. OLE color: 8213951.

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

Color convert

RGB 191 85 125 -
CMYK 0 0.55 0.35 0.25
HSL 337.36º 0.45% 0.54% -
HSV(B) 337.36º 0.55% 0.75% -
XYZ 28.44 19.05 21.58 -
YUV 121.25 130.12 177.75 -
System Red Green Blue C M Y K H S L
Decimal 191 85 125 0 0.55 0.35 0.25 337.36 0.45 0.54
Hex BF 55 7D 0 37 23 19 151 2D 36
Octal 277 125 175 0 67 43 31 521 55 66
Binary 10111111 1010101 1111101 0 110111 100011 11001 101010001 101101 110110

Color Harmonies of #BF557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF557D

Black with #BF557D

Text Example


Text Example

White with #BF557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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