Html Css Color HEX #BF3181 Medium Red Violet

📋 copy color: '#BF3181'

red 191 ◦ green 49 ◦ blue 129

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

Shades of Medium Red Violet #BF3181

Tints of Medium Red Violet #BF3181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 51.76%
G = 13.28%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF3181 (or 0xBF3181) is known color: Medium Red Violet. HEX triplet: BF, 31 and 81. RGB value is (191,49,129). Sum of RGB (Red+Green+Blue) = 191+49+129=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3181 is #40CE7E. Grayscale: #646464. Windows color (decimal): -4247167 or 8466879. OLE color: 8466879.

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

Color convert

RGB 191 49 129 -
CMYK 0 0.74 0.32 0.25
HSL 326.2º 0.59% 0.47% -
HSV(B) 326.2º 0.74% 0.75% -
XYZ 26.55 14.86 22.24 -
YUV 100.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 191 49 129 0 0.74 0.32 0.25 326.2 0.59 0.47
Hex BF 31 81 0 4A 20 19 146 3B 2F
Octal 277 61 201 0 112 40 31 506 73 57
Binary 10111111 110001 10000001 0 1001010 100000 11001 101000110 111011 101111

Color Harmonies of #BF3181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3181

Black with #BF3181

Text Example


Text Example

White with #BF3181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3181; }

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

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

background-color css

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

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

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

border-color css

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

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

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