Html Css Color HEX #BF3C71 Royal Heath

📋 copy color: '#BF3C71'

red 191 ◦ green 60 ◦ blue 113

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

Shades of Royal Heath #BF3C71

Tints of Royal Heath #BF3C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

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

R = 52.47%
G = 16.48%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF3C71 (or 0xBF3C71) is known color: Royal Heath. HEX triplet: BF, 3C and 71. RGB value is (191,60,113). Sum of RGB (Red+Green+Blue) = 191+60+113=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C71 is #40C38E. Grayscale: #696969. Windows color (decimal): -4244367 or 7421119. OLE color: 7421119.

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

Color convert

RGB 191 60 113 -
CMYK 0 0.69 0.41 0.25
HSL 335.73º 0.52% 0.49% -
HSV(B) 335.73º 0.69% 0.75% -
XYZ 26.08 15.5 17.24 -
YUV 105.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 191 60 113 0 0.69 0.41 0.25 335.73 0.52 0.49
Hex BF 3C 71 0 45 29 19 150 34 31
Octal 277 74 161 0 105 51 31 520 64 61
Binary 10111111 111100 1110001 0 1000101 101001 11001 101010000 110100 110001

Color Harmonies of #BF3C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C71

Black with #BF3C71

Text Example


Text Example

White with #BF3C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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