Html Css Color HEX #BF1073 Medium Violet Red

📋 copy color: '#BF1073'

red 191 ◦ green 16 ◦ blue 115

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

Shades of Medium Violet Red #BF1073

Tints of Medium Violet Red #BF1073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 59.32%
G = 4.97%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF1073 (or 0xBF1073) is known color: Medium Violet Red. HEX triplet: BF, 10 and 73. RGB value is (191,16,115). Sum of RGB (Red+Green+Blue) = 191+16+115=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1073 is #40EF8C. Grayscale: #4F4F4F. Windows color (decimal): -4255629 or 7540927. OLE color: 7540927.

HSL color Cylindrical-coordinate representation of color #BF1073: hue angle of 326.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1073 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 16 115 -
CMYK 0 0.92 0.40 0.25
HSL 326.06º 0.85% 0.41% -
HSV(B) 326.06º 0.92% 0.75% -
XYZ 24.77 12.68 17.36 -
YUV 79.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 191 16 115 0 0.92 0.40 0.25 326.06 0.85 0.41
Hex BF 10 73 0 5C 28 19 146 55 29
Octal 277 20 163 0 134 50 31 506 125 51
Binary 10111111 10000 1110011 0 1011100 101000 11001 101000110 1010101 101001

Color Harmonies of #BF1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1073

Black with #BF1073

Text Example


Text Example

White with #BF1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1073; }

 p { color: rgb(191,16,115); }

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

background-color css

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

 a { background-color: rgb(191,16,115); }

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

border-color css

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

 span { border-color: rgb(191,16,115); }

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