Html Css Color HEX #BF196A Medium Violet Red

📋 copy color: '#BF196A'

red 191 ◦ green 25 ◦ blue 106

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

Shades of Medium Violet Red #BF196A

Tints of Medium Violet Red #BF196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.76%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 59.32%
G = 7.76%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF196A (or 0xBF196A) is known color: Medium Violet Red. HEX triplet: BF, 19 and 6A. RGB value is (191,25,106). Sum of RGB (Red+Green+Blue) = 191+25+106=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF196A is #40E695. Grayscale: #535353. Windows color (decimal): -4253334 or 6953407. OLE color: 6953407.

HSL color Cylindrical-coordinate representation of color #BF196A: hue angle of 330.72º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF196A is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 25 106 -
CMYK 0 0.87 0.45 0.25
HSL 330.72º 0.77% 0.42% -
HSV(B) 330.72º 0.87% 0.75% -
XYZ 24.44 12.81 14.82 -
YUV 83.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 191 25 106 0 0.87 0.45 0.25 330.72 0.77 0.42
Hex BF 19 6A 0 57 2D 19 14B 4D 2A
Octal 277 31 152 0 127 55 31 513 115 52
Binary 10111111 11001 1101010 0 1010111 101101 11001 101001011 1001101 101010

Color Harmonies of #BF196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF196A

Black with #BF196A

Text Example


Text Example

White with #BF196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF196A; }

 p { color: rgb(191,25,106); }

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

background-color css

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

 a { background-color: rgb(191,25,106); }

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

border-color css

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

 span { border-color: rgb(191,25,106); }

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