Html Css Color HEX #BF337D Medium Red Violet

📋 copy color: '#BF337D'

red 191 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #BF337D

Tints of Medium Red Violet #BF337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.9%

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

R = 52.04%
G = 13.9%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF337D (or 0xBF337D) is known color: Medium Red Violet. HEX triplet: BF, 33 and 7D. RGB value is (191,51,125). Sum of RGB (Red+Green+Blue) = 191+51+125=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF337D is #40CC82. Grayscale: #656565. Windows color (decimal): -4246659 or 8205247. OLE color: 8205247.

HSL color Cylindrical-coordinate representation of color #BF337D: hue angle of 328.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF337D is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 51 125 -
CMYK 0 0.73 0.35 0.25
HSL 328.29º 0.58% 0.47% -
HSV(B) 328.29º 0.73% 0.75% -
XYZ 26.37 14.92 20.89 -
YUV 101.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 191 51 125 0 0.73 0.35 0.25 328.29 0.58 0.47
Hex BF 33 7D 0 49 23 19 148 3A 2F
Octal 277 63 175 0 111 43 31 510 72 57
Binary 10111111 110011 1111101 0 1001001 100011 11001 101001000 111010 101111

Color Harmonies of #BF337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF337D

Black with #BF337D

Text Example


Text Example

White with #BF337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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