Html Css Color HEX #BF139B Medium Violet Red

📋 copy color: '#BF139B'

red 191 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #BF139B

Tints of Medium Violet Red #BF139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 52.33%
G = 5.21%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF139B (or 0xBF139B) is known color: Medium Violet Red. HEX triplet: BF, 13 and 9B. RGB value is (191,19,155). Sum of RGB (Red+Green+Blue) = 191+19+155=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF139B is #40EC64. Grayscale: #555555. Windows color (decimal): -4254821 or 10163135. OLE color: 10163135.

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

Color convert

RGB 191 19 155 -
CMYK 0 0.90 0.19 0.25
HSL 312.56º 0.82% 0.41% -
HSV(B) 312.56º 0.9% 0.75% -
XYZ 27.64 13.91 32.24 -
YUV 85.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 191 19 155 0 0.90 0.19 0.25 312.56 0.82 0.41
Hex BF 13 9B 0 5A 13 19 139 52 29
Octal 277 23 233 0 132 23 31 471 122 51
Binary 10111111 10011 10011011 0 1011010 10011 11001 100111001 1010010 101001

Color Harmonies of #BF139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF139B

Black with #BF139B

Text Example


Text Example

White with #BF139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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