Html Css Color HEX #BF1392 Medium Violet Red

📋 copy color: '#BF1392'

red 191 ◦ green 19 ◦ blue 146

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

Shades of Medium Violet Red #BF1392

Tints of Medium Violet Red #BF1392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 53.65%
G = 5.34%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF1392 (or 0xBF1392) is known color: Medium Violet Red. HEX triplet: BF, 13 and 92. RGB value is (191,19,146). Sum of RGB (Red+Green+Blue) = 191+19+146=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1392 is #40EC6D. Grayscale: #545454. Windows color (decimal): -4254830 or 9573311. OLE color: 9573311.

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

Color convert

RGB 191 19 146 -
CMYK 0 0.90 0.24 0.25
HSL 315.7º 0.82% 0.41% -
HSV(B) 315.7º 0.9% 0.75% -
XYZ 26.91 13.62 28.4 -
YUV 84.91 162.48 203.67 -
System Red Green Blue C M Y K H S L
Decimal 191 19 146 0 0.90 0.24 0.25 315.7 0.82 0.41
Hex BF 13 92 0 5A 18 19 13C 52 29
Octal 277 23 222 0 132 30 31 474 122 51
Binary 10111111 10011 10010010 0 1011010 11000 11001 100111100 1010010 101001

Color Harmonies of #BF1392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1392

Black with #BF1392

Text Example


Text Example

White with #BF1392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1392; }

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

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

background-color css

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

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

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

border-color css

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

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

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