Html Css Color HEX #BF2B7F Medium Red Violet

📋 copy color: '#BF2B7F'

red 191 ◦ green 43 ◦ blue 127

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

Shades of Medium Red Violet #BF2B7F

Tints of Medium Red Violet #BF2B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.91%

 BLUE value IS 127 (50% from 255) = 35.18%

R = 52.91%
G = 11.91%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF2B7F (or 0xBF2B7F) is known color: Medium Red Violet. HEX triplet: BF, 2B and 7F. RGB value is (191,43,127). Sum of RGB (Red+Green+Blue) = 191+43+127=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2B7F is #40D480. Grayscale: #606060. Windows color (decimal): -4248705 or 8334271. OLE color: 8334271.

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

Color convert

RGB 191 43 127 -
CMYK 0 0.77 0.34 0.25
HSL 325.95º 0.63% 0.46% -
HSV(B) 325.95º 0.77% 0.75% -
XYZ 26.18 14.34 21.47 -
YUV 96.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 191 43 127 0 0.77 0.34 0.25 325.95 0.63 0.46
Hex BF 2B 7F 0 4D 22 19 146 3F 2E
Octal 277 53 177 0 115 42 31 506 77 56
Binary 10111111 101011 1111111 0 1001101 100010 11001 101000110 111111 101110

Color Harmonies of #BF2B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B7F

Black with #BF2B7F

Text Example


Text Example

White with #BF2B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B7F; }

 p { color: rgb(191,43,127); }

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

background-color css

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

 a { background-color: rgb(191,43,127); }

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

border-color css

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

 span { border-color: rgb(191,43,127); }

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