Html Css Color HEX #BF3189 Medium Red Violet

📋 copy color: '#BF3189'

red 191 ◦ green 49 ◦ blue 137

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

Shades of Medium Red Violet #BF3189

Tints of Medium Red Violet #BF3189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 50.66%
G = 13%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF3189 (or 0xBF3189) is known color: Medium Red Violet. HEX triplet: BF, 31 and 89. RGB value is (191,49,137). Sum of RGB (Red+Green+Blue) = 191+49+137=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3189 is #40CE76. Grayscale: #656565. Windows color (decimal): -4247159 or 8991167. OLE color: 8991167.

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

Color convert

RGB 191 49 137 -
CMYK 0 0.74 0.28 0.25
HSL 322.82º 0.59% 0.47% -
HSV(B) 322.82º 0.74% 0.75% -
XYZ 27.1 15.08 25.15 -
YUV 101.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 191 49 137 0 0.74 0.28 0.25 322.82 0.59 0.47
Hex BF 31 89 0 4A 1C 19 143 3B 2F
Octal 277 61 211 0 112 34 31 503 73 57
Binary 10111111 110001 10001001 0 1001010 11100 11001 101000011 111011 101111

Color Harmonies of #BF3189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3189

Black with #BF3189

Text Example


Text Example

White with #BF3189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3189; }

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

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

background-color css

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

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

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

border-color css

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

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

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