Html Css Color HEX #BF2C7F Medium Red Violet

📋 copy color: '#BF2C7F'

red 191 ◦ green 44 ◦ blue 127

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

Shades of Medium Red Violet #BF2C7F

Tints of Medium Red Violet #BF2C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.15%

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

R = 52.76%
G = 12.15%
B = 35.08%

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

#BF2C7F (or 0xBF2C7F) is known color: Medium Red Violet. HEX triplet: BF, 2C and 7F. RGB value is (191,44,127). Sum of RGB (Red+Green+Blue) = 191+44+127=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2C7F is #40D380. Grayscale: #616161. Windows color (decimal): -4248449 or 8334527. OLE color: 8334527.

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

Color convert

RGB 191 44 127 -
CMYK 0 0.77 0.34 0.25
HSL 326.12º 0.63% 0.46% -
HSV(B) 326.12º 0.77% 0.75% -
XYZ 26.22 14.41 21.48 -
YUV 97.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 191 44 127 0 0.77 0.34 0.25 326.12 0.63 0.46
Hex BF 2C 7F 0 4D 22 19 146 3F 2E
Octal 277 54 177 0 115 42 31 506 77 56
Binary 10111111 101100 1111111 0 1001101 100010 11001 101000110 111111 101110

Color Harmonies of #BF2C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2C7F

Black with #BF2C7F

Text Example


Text Example

White with #BF2C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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