Html Css Color HEX #BF2289 Medium Violet Red

📋 copy color: '#BF2289'

red 191 ◦ green 34 ◦ blue 137

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

Shades of Medium Violet Red #BF2289

Tints of Medium Violet Red #BF2289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.39%

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 52.76%
G = 9.39%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF2289 (or 0xBF2289) is known color: Medium Violet Red. HEX triplet: BF, 22 and 89. RGB value is (191,34,137). Sum of RGB (Red+Green+Blue) = 191+34+137=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2289 is #40DD76. Grayscale: #5C5C5C. Windows color (decimal): -4250999 or 8987327. OLE color: 8987327.

HSL color Cylindrical-coordinate representation of color #BF2289: hue angle of 320.64º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2289 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 34 137 -
CMYK 0 0.82 0.28 0.25
HSL 320.64º 0.7% 0.44% -
HSV(B) 320.64º 0.82% 0.75% -
XYZ 26.57 14.03 24.97 -
YUV 92.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 191 34 137 0 0.82 0.28 0.25 320.64 0.7 0.44
Hex BF 22 89 0 52 1C 19 141 46 2C
Octal 277 42 211 0 122 34 31 501 106 54
Binary 10111111 100010 10001001 0 1010010 11100 11001 101000001 1000110 101100

Color Harmonies of #BF2289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2289

Black with #BF2289

Text Example


Text Example

White with #BF2289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2289; }

 p { color: rgb(191,34,137); }

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

background-color css

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

 a { background-color: rgb(191,34,137); }

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

border-color css

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

 span { border-color: rgb(191,34,137); }

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