Html Css Color HEX #BF2196 Medium Violet Red

📋 copy color: '#BF2196'

red 191 ◦ green 33 ◦ blue 150

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

Shades of Medium Violet Red #BF2196

Tints of Medium Violet Red #BF2196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.82%

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 51.07%
G = 8.82%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF2196 (or 0xBF2196) is known color: Medium Violet Red. HEX triplet: BF, 21 and 96. RGB value is (191,33,150). Sum of RGB (Red+Green+Blue) = 191+33+150=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2196 is #40DE69. Grayscale: #5D5D5D. Windows color (decimal): -4251242 or 9839039. OLE color: 9839039.

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

Color convert

RGB 191 33 150 -
CMYK 0 0.83 0.21 0.25
HSL 315.57º 0.71% 0.44% -
HSV(B) 315.57º 0.83% 0.75% -
XYZ 27.53 14.37 30.18 -
YUV 93.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 191 33 150 0 0.83 0.21 0.25 315.57 0.71 0.44
Hex BF 21 96 0 53 15 19 13C 47 2C
Octal 277 41 226 0 123 25 31 474 107 54
Binary 10111111 100001 10010110 0 1010011 10101 11001 100111100 1000111 101100

Color Harmonies of #BF2196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2196

Black with #BF2196

Text Example


Text Example

White with #BF2196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2196; }

 p { color: rgb(191,33,150); }

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

background-color css

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

 a { background-color: rgb(191,33,150); }

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

border-color css

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

 span { border-color: rgb(191,33,150); }

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