Html Css Color HEX #BF138F Medium Violet Red

📋 copy color: '#BF138F'

red 191 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #BF138F

Tints of Medium Violet Red #BF138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 54.11%
G = 5.38%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF138F (or 0xBF138F) is known color: Medium Violet Red. HEX triplet: BF, 13 and 8F. RGB value is (191,19,143). Sum of RGB (Red+Green+Blue) = 191+19+143=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF138F is #40EC70. Grayscale: #545454. Windows color (decimal): -4254833 or 9376703. OLE color: 9376703.

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

Color convert

RGB 191 19 143 -
CMYK 0 0.90 0.25 0.25
HSL 316.74º 0.82% 0.41% -
HSV(B) 316.74º 0.9% 0.75% -
XYZ 26.68 13.53 27.19 -
YUV 84.56 160.98 203.92 -
System Red Green Blue C M Y K H S L
Decimal 191 19 143 0 0.90 0.25 0.25 316.74 0.82 0.41
Hex BF 13 8F 0 5A 19 19 13D 52 29
Octal 277 23 217 0 132 31 31 475 122 51
Binary 10111111 10011 10001111 0 1011010 11001 11001 100111101 1010010 101001

Color Harmonies of #BF138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF138F

Black with #BF138F

Text Example


Text Example

White with #BF138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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