Html Css Color HEX #BF139C Medium Violet Red

📋 copy color: '#BF139C'

red 191 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #BF139C

Tints of Medium Violet Red #BF139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 52.19%
G = 5.19%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF139C (or 0xBF139C) is known color: Medium Violet Red. HEX triplet: BF, 13 and 9C. RGB value is (191,19,156). Sum of RGB (Red+Green+Blue) = 191+19+156=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF139C is #40EC63. Grayscale: #555555. Windows color (decimal): -4254820 or 10228671. OLE color: 10228671.

HSL color Cylindrical-coordinate representation of color #BF139C: hue angle of 312.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF139C is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 156 -
CMYK 0 0.90 0.18 0.25
HSL 312.21º 0.82% 0.41% -
HSV(B) 312.21º 0.9% 0.75% -
XYZ 27.72 13.94 32.68 -
YUV 86.05 167.48 202.86 -
System Red Green Blue C M Y K H S L
Decimal 191 19 156 0 0.90 0.18 0.25 312.21 0.82 0.41
Hex BF 13 9C 0 5A 12 19 138 52 29
Octal 277 23 234 0 132 22 31 470 122 51
Binary 10111111 10011 10011100 0 1011010 10010 11001 100111000 1010010 101001

Color Harmonies of #BF139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF139C

Black with #BF139C

Text Example


Text Example

White with #BF139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF139C; }

 p { color: rgb(191,19,156); }

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

background-color css

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

 a { background-color: rgb(191,19,156); }

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

border-color css

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

 span { border-color: rgb(191,19,156); }

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