Html Css Color HEX #BF1381 Medium Violet Red

📋 copy color: '#BF1381'

red 191 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #BF1381

Tints of Medium Violet Red #BF1381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.05%

R = 56.34%
G = 5.6%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF1381 (or 0xBF1381) is known color: Medium Violet Red. HEX triplet: BF, 13 and 81. RGB value is (191,19,129). Sum of RGB (Red+Green+Blue) = 191+19+129=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1381 is #40EC7E. Grayscale: #525252. Windows color (decimal): -4254847 or 8459199. OLE color: 8459199.

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

Color convert

RGB 191 19 129 -
CMYK 0 0.90 0.32 0.25
HSL 321.63º 0.82% 0.41% -
HSV(B) 321.63º 0.9% 0.75% -
XYZ 25.68 13.13 21.95 -
YUV 82.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 191 19 129 0 0.90 0.32 0.25 321.63 0.82 0.41
Hex BF 13 81 0 5A 20 19 142 52 29
Octal 277 23 201 0 132 40 31 502 122 51
Binary 10111111 10011 10000001 0 1011010 100000 11001 101000010 1010010 101001

Color Harmonies of #BF1381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1381

Black with #BF1381

Text Example


Text Example

White with #BF1381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1381; }

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

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

background-color css

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

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

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

border-color css

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

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

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