Html Css Color HEX #BF557F Royal Heath

📋 copy color: '#BF557F'

red 191 ◦ green 85 ◦ blue 127

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

Shades of Royal Heath #BF557F

Tints of Royal Heath #BF557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 47.39%
G = 21.09%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF557F (or 0xBF557F) is known color: Royal Heath. HEX triplet: BF, 55 and 7F. RGB value is (191,85,127). Sum of RGB (Red+Green+Blue) = 191+85+127=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF557F is #40AA80. Grayscale: #797979. Windows color (decimal): -4237953 or 8345023. OLE color: 8345023.

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

Color convert

RGB 191 85 127 -
CMYK 0 0.55 0.34 0.25
HSL 336.23º 0.45% 0.54% -
HSV(B) 336.23º 0.55% 0.75% -
XYZ 28.57 19.11 22.26 -
YUV 121.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 191 85 127 0 0.55 0.34 0.25 336.23 0.45 0.54
Hex BF 55 7F 0 37 22 19 150 2D 36
Octal 277 125 177 0 67 42 31 520 55 66
Binary 10111111 1010101 1111111 0 110111 100010 11001 101010000 101101 110110

Color Harmonies of #BF557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF557F

Black with #BF557F

Text Example


Text Example

White with #BF557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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