Html Css Color HEX #BF327F Medium Red Violet

📋 copy color: '#BF327F'

red 191 ◦ green 50 ◦ blue 127

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

Shades of Medium Red Violet #BF327F

Tints of Medium Red Violet #BF327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.51%

R = 51.9%
G = 13.59%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF327F (or 0xBF327F) is known color: Medium Red Violet. HEX triplet: BF, 32 and 7F. RGB value is (191,50,127). Sum of RGB (Red+Green+Blue) = 191+50+127=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF327F is #40CD80. Grayscale: #646464. Windows color (decimal): -4246913 or 8336063. OLE color: 8336063.

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

Color convert

RGB 191 50 127 -
CMYK 0 0.74 0.34 0.25
HSL 327.23º 0.59% 0.47% -
HSV(B) 327.23º 0.74% 0.75% -
XYZ 26.46 14.89 21.56 -
YUV 100.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 191 50 127 0 0.74 0.34 0.25 327.23 0.59 0.47
Hex BF 32 7F 0 4A 22 19 147 3B 2F
Octal 277 62 177 0 112 42 31 507 73 57
Binary 10111111 110010 1111111 0 1001010 100010 11001 101000111 111011 101111

Color Harmonies of #BF327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF327F

Black with #BF327F

Text Example


Text Example

White with #BF327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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