Html Css Color HEX #BF497D Royal Heath

📋 copy color: '#BF497D'

red 191 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #BF497D

Tints of Royal Heath #BF497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.77%

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

R = 49.1%
G = 18.77%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF497D (or 0xBF497D) is known color: Royal Heath. HEX triplet: BF, 49 and 7D. RGB value is (191,73,125). Sum of RGB (Red+Green+Blue) = 191+73+125=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF497D is #40B682. Grayscale: #727272. Windows color (decimal): -4241027 or 8210879. OLE color: 8210879.

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

Color convert

RGB 191 73 125 -
CMYK 0 0.62 0.35 0.25
HSL 333.56º 0.48% 0.52% -
HSV(B) 333.56º 0.62% 0.75% -
XYZ 27.57 17.32 21.29 -
YUV 114.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 191 73 125 0 0.62 0.35 0.25 333.56 0.48 0.52
Hex BF 49 7D 0 3E 23 19 14E 30 34
Octal 277 111 175 0 76 43 31 516 60 64
Binary 10111111 1001001 1111101 0 111110 100011 11001 101001110 110000 110100

Color Harmonies of #BF497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF497D

Black with #BF497D

Text Example


Text Example

White with #BF497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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