Html Css Color HEX #BF2D7D Medium Red Violet

📋 copy color: '#BF2D7D'

red 191 ◦ green 45 ◦ blue 125

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

Shades of Medium Red Violet #BF2D7D

Tints of Medium Red Violet #BF2D7D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.47%

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

R = 52.91%
G = 12.47%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF2D7D (or 0xBF2D7D) is known color: Medium Red Violet. HEX triplet: BF, 2D and 7D. RGB value is (191,45,125). Sum of RGB (Red+Green+Blue) = 191+45+125=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2D7D is #40D282. Grayscale: #616161. Windows color (decimal): -4248195 or 8203711. OLE color: 8203711.

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

Color convert

RGB 191 45 125 -
CMYK 0 0.76 0.35 0.25
HSL 327.12º 0.62% 0.46% -
HSV(B) 327.12º 0.76% 0.75% -
XYZ 26.13 14.43 20.81 -
YUV 97.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 191 45 125 0 0.76 0.35 0.25 327.12 0.62 0.46
Hex BF 2D 7D 0 4C 23 19 147 3E 2E
Octal 277 55 175 0 114 43 31 507 76 56
Binary 10111111 101101 1111101 0 1001100 100011 11001 101000111 111110 101110

Color Harmonies of #BF2D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2D7D

Black with #BF2D7D

Text Example


Text Example

White with #BF2D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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