Html Css Color HEX #BF138D Medium Violet Red

📋 copy color: '#BF138D'

red 191 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #BF138D

Tints of Medium Violet Red #BF138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 54.42%
G = 5.41%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF138D (or 0xBF138D) is known color: Medium Violet Red. HEX triplet: BF, 13 and 8D. RGB value is (191,19,141). Sum of RGB (Red+Green+Blue) = 191+19+141=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF138D is #40EC72. Grayscale: #545454. Windows color (decimal): -4254835 or 9245631. OLE color: 9245631.

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

Color convert

RGB 191 19 141 -
CMYK 0 0.90 0.26 0.25
HSL 317.44º 0.82% 0.41% -
HSV(B) 317.44º 0.9% 0.75% -
XYZ 26.53 13.47 26.4 -
YUV 84.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 191 19 141 0 0.90 0.26 0.25 317.44 0.82 0.41
Hex BF 13 8D 0 5A 1A 19 13D 52 29
Octal 277 23 215 0 132 32 31 475 122 51
Binary 10111111 10011 10001101 0 1011010 11010 11001 100111101 1010010 101001

Color Harmonies of #BF138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF138D

Black with #BF138D

Text Example


Text Example

White with #BF138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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