Html Css Color HEX #BF2290 Medium Violet Red

📋 copy color: '#BF2290'

red 191 ◦ green 34 ◦ blue 144

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

Shades of Medium Violet Red #BF2290

Tints of Medium Violet Red #BF2290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 51.76%
G = 9.21%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF2290 (or 0xBF2290) is known color: Medium Violet Red. HEX triplet: BF, 22 and 90. RGB value is (191,34,144). Sum of RGB (Red+Green+Blue) = 191+34+144=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2290 is #40DD6F. Grayscale: #5D5D5D. Windows color (decimal): -4250992 or 9446079. OLE color: 9446079.

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

Color convert

RGB 191 34 144 -
CMYK 0 0.82 0.25 0.25
HSL 317.96º 0.7% 0.44% -
HSV(B) 317.96º 0.82% 0.75% -
XYZ 27.09 14.23 27.71 -
YUV 93.48 156.51 197.56 -
System Red Green Blue C M Y K H S L
Decimal 191 34 144 0 0.82 0.25 0.25 317.96 0.7 0.44
Hex BF 22 90 0 52 19 19 13E 46 2C
Octal 277 42 220 0 122 31 31 476 106 54
Binary 10111111 100010 10010000 0 1010010 11001 11001 100111110 1000110 101100

Color Harmonies of #BF2290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2290

Black with #BF2290

Text Example


Text Example

White with #BF2290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2290; }

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

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

background-color css

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

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

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

border-color css

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

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

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