Html Css Color HEX #BF327C Medium Red Violet

📋 copy color: '#BF327C'

red 191 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #BF327C

Tints of Medium Red Violet #BF327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 52.33%
G = 13.7%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF327C (or 0xBF327C) is known color: Medium Red Violet. HEX triplet: BF, 32 and 7C. RGB value is (191,50,124). Sum of RGB (Red+Green+Blue) = 191+50+124=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF327C is #40CD83. Grayscale: #646464. Windows color (decimal): -4246916 or 8139455. OLE color: 8139455.

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

Color convert

RGB 191 50 124 -
CMYK 0 0.74 0.35 0.25
HSL 328.51º 0.59% 0.47% -
HSV(B) 328.51º 0.74% 0.75% -
XYZ 26.26 14.81 20.54 -
YUV 100.6 141.21 192.48 -
System Red Green Blue C M Y K H S L
Decimal 191 50 124 0 0.74 0.35 0.25 328.51 0.59 0.47
Hex BF 32 7C 0 4A 23 19 149 3B 2F
Octal 277 62 174 0 112 43 31 511 73 57
Binary 10111111 110010 1111100 0 1001010 100011 11001 101001001 111011 101111

Color Harmonies of #BF327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF327C

Black with #BF327C

Text Example


Text Example

White with #BF327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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