Html Css Color HEX #BF3D7D Medium Red Violet

📋 copy color: '#BF3D7D'

red 191 ◦ green 61 ◦ blue 125

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

Shades of Medium Red Violet #BF3D7D

Tints of Medium Red Violet #BF3D7D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.18%

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

R = 50.66%
G = 16.18%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF3D7D (or 0xBF3D7D) is known color: Medium Red Violet. HEX triplet: BF, 3D and 7D. RGB value is (191,61,125). Sum of RGB (Red+Green+Blue) = 191+61+125=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3D7D is #40C282. Grayscale: #6B6B6B. Windows color (decimal): -4244099 or 8207807. OLE color: 8207807.

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

Color convert

RGB 191 61 125 -
CMYK 0 0.68 0.35 0.25
HSL 330.46º 0.52% 0.49% -
HSV(B) 330.46º 0.68% 0.75% -
XYZ 26.86 15.89 21.05 -
YUV 107.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 191 61 125 0 0.68 0.35 0.25 330.46 0.52 0.49
Hex BF 3D 7D 0 44 23 19 14A 34 31
Octal 277 75 175 0 104 43 31 512 64 61
Binary 10111111 111101 1111101 0 1000100 100011 11001 101001010 110100 110001

Color Harmonies of #BF3D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D7D

Black with #BF3D7D

Text Example


Text Example

White with #BF3D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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