Html Css Color HEX #BF329F Medium Red Violet

📋 copy color: '#BF329F'

red 191 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #BF329F

Tints of Medium Red Violet #BF329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.5%

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 47.75%
G = 12.5%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF329F (or 0xBF329F) is known color: Medium Red Violet. HEX triplet: BF, 32 and 9F. RGB value is (191,50,159). Sum of RGB (Red+Green+Blue) = 191+50+159=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF329F is #40CD60. Grayscale: #686868. Windows color (decimal): -4246881 or 10433215. OLE color: 10433215.

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

Color convert

RGB 191 50 159 -
CMYK 0 0.74 0.17 0.25
HSL 313.62º 0.59% 0.47% -
HSV(B) 313.62º 0.74% 0.75% -
XYZ 28.88 15.86 34.34 -
YUV 104.59 158.71 189.64 -
System Red Green Blue C M Y K H S L
Decimal 191 50 159 0 0.74 0.17 0.25 313.62 0.59 0.47
Hex BF 32 9F 0 4A 11 19 13A 3B 2F
Octal 277 62 237 0 112 21 31 472 73 57
Binary 10111111 110010 10011111 0 1001010 10001 11001 100111010 111011 101111

Color Harmonies of #BF329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF329F

Black with #BF329F

Text Example


Text Example

White with #BF329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF329F; }

 p { color: rgb(191,50,159); }

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

background-color css

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

 a { background-color: rgb(191,50,159); }

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

border-color css

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

 span { border-color: rgb(191,50,159); }

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