Html Css Color HEX #BF3C99 Medium Red Violet

📋 copy color: '#BF3C99'

red 191 ◦ green 60 ◦ blue 153

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

Shades of Medium Red Violet #BF3C99

Tints of Medium Red Violet #BF3C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 47.28%
G = 14.85%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF3C99 (or 0xBF3C99) is known color: Medium Red Violet. HEX triplet: BF, 3C and 99. RGB value is (191,60,153). Sum of RGB (Red+Green+Blue) = 191+60+153=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3C99 is #40C366. Grayscale: #6D6D6D. Windows color (decimal): -4244327 or 10042559. OLE color: 10042559.

HSL color Cylindrical-coordinate representation of color #BF3C99: hue angle of 317.4º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C99 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 60 153 -
CMYK 0 0.69 0.20 0.25
HSL 317.4º 0.52% 0.49% -
HSV(B) 317.4º 0.69% 0.75% -
XYZ 28.85 16.61 31.82 -
YUV 109.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 191 60 153 0 0.69 0.20 0.25 317.4 0.52 0.49
Hex BF 3C 99 0 45 14 19 13D 34 31
Octal 277 74 231 0 105 24 31 475 64 61
Binary 10111111 111100 10011001 0 1000101 10100 11001 100111101 110100 110001

Color Harmonies of #BF3C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C99

Black with #BF3C99

Text Example


Text Example

White with #BF3C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C99; }

 p { color: rgb(191,60,153); }

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

background-color css

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

 a { background-color: rgb(191,60,153); }

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

border-color css

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

 span { border-color: rgb(191,60,153); }

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