Html Css Color HEX #BF1394 Medium Violet Red

📋 copy color: '#BF1394'

red 191 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #BF1394

Tints of Medium Violet Red #BF1394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 53.35%
G = 5.31%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF1394 (or 0xBF1394) is known color: Medium Violet Red. HEX triplet: BF, 13 and 94. RGB value is (191,19,148). Sum of RGB (Red+Green+Blue) = 191+19+148=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1394 is #40EC6B. Grayscale: #545454. Windows color (decimal): -4254828 or 9704383. OLE color: 9704383.

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

Color convert

RGB 191 19 148 -
CMYK 0 0.90 0.23 0.25
HSL 315º 0.82% 0.41% -
HSV(B) 315º 0.9% 0.75% -
XYZ 27.06 13.68 29.23 -
YUV 85.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 191 19 148 0 0.90 0.23 0.25 315 0.82 0.41
Hex BF 13 94 0 5A 17 19 13B 52 29
Octal 277 23 224 0 132 27 31 473 122 51
Binary 10111111 10011 10010100 0 1011010 10111 11001 100111011 1010010 101001

Color Harmonies of #BF1394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1394

Black with #BF1394

Text Example


Text Example

White with #BF1394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1394; }

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

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

background-color css

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

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

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

border-color css

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

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

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