Html Css Color HEX #BF327D Medium Red Violet

📋 copy color: '#BF327D'

red 191 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #BF327D

Tints of Medium Red Violet #BF327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 52.19%
G = 13.66%
B = 34.15%

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

#BF327D (or 0xBF327D) is known color: Medium Red Violet. HEX triplet: BF, 32 and 7D. RGB value is (191,50,125). Sum of RGB (Red+Green+Blue) = 191+50+125=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF327D is #40CD82. Grayscale: #646464. Windows color (decimal): -4246915 or 8204991. OLE color: 8204991.

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

Color convert

RGB 191 50 125 -
CMYK 0 0.74 0.35 0.25
HSL 328.09º 0.59% 0.47% -
HSV(B) 328.09º 0.74% 0.75% -
XYZ 26.33 14.84 20.88 -
YUV 100.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 191 50 125 0 0.74 0.35 0.25 328.09 0.59 0.47
Hex BF 32 7D 0 4A 23 19 148 3B 2F
Octal 277 62 175 0 112 43 31 510 73 57
Binary 10111111 110010 1111101 0 1001010 100011 11001 101001000 111011 101111

Color Harmonies of #BF327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF327D

Black with #BF327D

Text Example


Text Example

White with #BF327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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