Html Css Color HEX #BF329D Medium Red Violet

📋 copy color: '#BF329D'

red 191 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #BF329D

Tints of Medium Red Violet #BF329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 47.99%
G = 12.56%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF329D (or 0xBF329D) is known color: Medium Red Violet. HEX triplet: BF, 32 and 9D. RGB value is (191,50,157). Sum of RGB (Red+Green+Blue) = 191+50+157=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF329D is #40CD62. Grayscale: #686868. Windows color (decimal): -4246883 or 10302143. OLE color: 10302143.

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

Color convert

RGB 191 50 157 -
CMYK 0 0.74 0.18 0.25
HSL 314.47º 0.59% 0.47% -
HSV(B) 314.47º 0.74% 0.75% -
XYZ 28.71 15.79 33.43 -
YUV 104.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 191 50 157 0 0.74 0.18 0.25 314.47 0.59 0.47
Hex BF 32 9D 0 4A 12 19 13A 3B 2F
Octal 277 62 235 0 112 22 31 472 73 57
Binary 10111111 110010 10011101 0 1001010 10010 11001 100111010 111011 101111

Color Harmonies of #BF329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF329D

Black with #BF329D

Text Example


Text Example

White with #BF329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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