Html Css Color HEX #BF4171 Royal Heath

📋 copy color: '#BF4171'

red 191 ◦ green 65 ◦ blue 113

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

Shades of Royal Heath #BF4171

Tints of Royal Heath #BF4171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 51.76%
G = 17.62%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF4171 (or 0xBF4171) is known color: Royal Heath. HEX triplet: BF, 41 and 71. RGB value is (191,65,113). Sum of RGB (Red+Green+Blue) = 191+65+113=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4171 is #40BE8E. Grayscale: #6C6C6C. Windows color (decimal): -4243087 or 7422399. OLE color: 7422399.

HSL color Cylindrical-coordinate representation of color #BF4171: hue angle of 337.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4171 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 65 113 -
CMYK 0 0.66 0.41 0.25
HSL 337.14º 0.5% 0.5% -
HSV(B) 337.14º 0.66% 0.75% -
XYZ 26.36 16.05 17.33 -
YUV 108.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 191 65 113 0 0.66 0.41 0.25 337.14 0.5 0.5
Hex BF 41 71 0 42 29 19 151 32 32
Octal 277 101 161 0 102 51 31 521 62 62
Binary 10111111 1000001 1110001 0 1000010 101001 11001 101010001 110010 110010

Color Harmonies of #BF4171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4171

Black with #BF4171

Text Example


Text Example

White with #BF4171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4171; }

 p { color: rgb(191,65,113); }

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

background-color css

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

 a { background-color: rgb(191,65,113); }

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

border-color css

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

 span { border-color: rgb(191,65,113); }

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