Html Css Color HEX #BF197B Medium Violet Red

📋 copy color: '#BF197B'

red 191 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #BF197B

Tints of Medium Violet Red #BF197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 56.34%
G = 7.37%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF197B (or 0xBF197B) is known color: Medium Violet Red. HEX triplet: BF, 19 and 7B. RGB value is (191,25,123). Sum of RGB (Red+Green+Blue) = 191+25+123=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF197B is #40E684. Grayscale: #555555. Windows color (decimal): -4253317 or 8067519. OLE color: 8067519.

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

Color convert

RGB 191 25 123 -
CMYK 0 0.87 0.36 0.25
HSL 324.58º 0.77% 0.42% -
HSV(B) 324.58º 0.87% 0.75% -
XYZ 25.41 13.2 19.95 -
YUV 85.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 191 25 123 0 0.87 0.36 0.25 324.58 0.77 0.42
Hex BF 19 7B 0 57 24 19 145 4D 2A
Octal 277 31 173 0 127 44 31 505 115 52
Binary 10111111 11001 1111011 0 1010111 100100 11001 101000101 1001101 101010

Color Harmonies of #BF197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF197B

Black with #BF197B

Text Example


Text Example

White with #BF197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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