Html Css Color HEX #BF3193 Medium Red Violet

📋 copy color: '#BF3193'

red 191 ◦ green 49 ◦ blue 147

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

Shades of Medium Red Violet #BF3193

Tints of Medium Red Violet #BF3193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.66%

 BLUE value IS 147 (57.81% from 255) = 37.98%

R = 49.35%
G = 12.66%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF3193 (or 0xBF3193) is known color: Medium Red Violet. HEX triplet: BF, 31 and 93. RGB value is (191,49,147). Sum of RGB (Red+Green+Blue) = 191+49+147=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3193 is #40CE6C. Grayscale: #666666. Windows color (decimal): -4247149 or 9646527. OLE color: 9646527.

HSL color Cylindrical-coordinate representation of color #BF3193: hue angle of 318.59º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3193 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 147 -
CMYK 0 0.74 0.23 0.25
HSL 318.59º 0.59% 0.47% -
HSV(B) 318.59º 0.74% 0.75% -
XYZ 27.85 15.38 29.1 -
YUV 102.63 153.04 191.03 -
System Red Green Blue C M Y K H S L
Decimal 191 49 147 0 0.74 0.23 0.25 318.59 0.59 0.47
Hex BF 31 93 0 4A 17 19 13F 3B 2F
Octal 277 61 223 0 112 27 31 477 73 57
Binary 10111111 110001 10010011 0 1001010 10111 11001 100111111 111011 101111

Color Harmonies of #BF3193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3193

Black with #BF3193

Text Example


Text Example

White with #BF3193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3193; }

 p { color: rgb(191,49,147); }

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

background-color css

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

 a { background-color: rgb(191,49,147); }

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

border-color css

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

 span { border-color: rgb(191,49,147); }

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