Html Css Color HEX #BF1383 Medium Violet Red

📋 copy color: '#BF1383'

red 191 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #BF1383

Tints of Medium Violet Red #BF1383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.42%

R = 56.01%
G = 5.57%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF1383 (or 0xBF1383) is known color: Medium Violet Red. HEX triplet: BF, 13 and 83. RGB value is (191,19,131). Sum of RGB (Red+Green+Blue) = 191+19+131=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1383 is #40EC7C. Grayscale: #525252. Windows color (decimal): -4254845 or 8590271. OLE color: 8590271.

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

Color convert

RGB 191 19 131 -
CMYK 0 0.90 0.31 0.25
HSL 320.93º 0.82% 0.41% -
HSV(B) 320.93º 0.9% 0.75% -
XYZ 25.82 13.18 22.66 -
YUV 83.2 154.98 204.89 -
System Red Green Blue C M Y K H S L
Decimal 191 19 131 0 0.90 0.31 0.25 320.93 0.82 0.41
Hex BF 13 83 0 5A 1F 19 141 52 29
Octal 277 23 203 0 132 37 31 501 122 51
Binary 10111111 10011 10000011 0 1011010 11111 11001 101000001 1010010 101001

Color Harmonies of #BF1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1383

Black with #BF1383

Text Example


Text Example

White with #BF1383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1383; }

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

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

background-color css

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

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

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

border-color css

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

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

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