Html Css Color HEX #BF2198 Medium Violet Red

📋 copy color: '#BF2198'

red 191 ◦ green 33 ◦ blue 152

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

Shades of Medium Violet Red #BF2198

Tints of Medium Violet Red #BF2198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 50.8%
G = 8.78%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF2198 (or 0xBF2198) is known color: Medium Violet Red. HEX triplet: BF, 21 and 98. RGB value is (191,33,152). Sum of RGB (Red+Green+Blue) = 191+33+152=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2198 is #40DE67. Grayscale: #5D5D5D. Windows color (decimal): -4251240 or 9970111. OLE color: 9970111.

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

Color convert

RGB 191 33 152 -
CMYK 0 0.83 0.20 0.25
HSL 314.81º 0.71% 0.44% -
HSV(B) 314.81º 0.83% 0.75% -
XYZ 27.7 14.43 31.03 -
YUV 93.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 191 33 152 0 0.83 0.20 0.25 314.81 0.71 0.44
Hex BF 21 98 0 53 14 19 13B 47 2C
Octal 277 41 230 0 123 24 31 473 107 54
Binary 10111111 100001 10011000 0 1010011 10100 11001 100111011 1000111 101100

Color Harmonies of #BF2198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2198

Black with #BF2198

Text Example


Text Example

White with #BF2198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2198; }

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

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

background-color css

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

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

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

border-color css

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

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

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