Html Css Color HEX #BF328B Medium Red Violet

📋 copy color: '#BF328B'

red 191 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #BF328B

Tints of Medium Red Violet #BF328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 50.26%
G = 13.16%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF328B (or 0xBF328B) is known color: Medium Red Violet. HEX triplet: BF, 32 and 8B. RGB value is (191,50,139). Sum of RGB (Red+Green+Blue) = 191+50+139=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF328B is #40CD74. Grayscale: #666666. Windows color (decimal): -4246901 or 9122495. OLE color: 9122495.

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

Color convert

RGB 191 50 139 -
CMYK 0 0.74 0.27 0.25
HSL 322.13º 0.59% 0.47% -
HSV(B) 322.13º 0.74% 0.75% -
XYZ 27.29 15.22 25.93 -
YUV 102.31 148.71 191.26 -
System Red Green Blue C M Y K H S L
Decimal 191 50 139 0 0.74 0.27 0.25 322.13 0.59 0.47
Hex BF 32 8B 0 4A 1B 19 142 3B 2F
Octal 277 62 213 0 112 33 31 502 73 57
Binary 10111111 110010 10001011 0 1001010 11011 11001 101000010 111011 101111

Color Harmonies of #BF328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF328B

Black with #BF328B

Text Example


Text Example

White with #BF328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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