Html Css Color HEX #BF2D8C Medium Red Violet

📋 copy color: '#BF2D8C'

red 191 ◦ green 45 ◦ blue 140

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

Shades of Medium Red Violet #BF2D8C

Tints of Medium Red Violet #BF2D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 50.8%
G = 11.97%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF2D8C (or 0xBF2D8C) is known color: Medium Red Violet. HEX triplet: BF, 2D and 8C. RGB value is (191,45,140). Sum of RGB (Red+Green+Blue) = 191+45+140=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2D8C is #40D273. Grayscale: #636363. Windows color (decimal): -4248180 or 9186751. OLE color: 9186751.

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

Color convert

RGB 191 45 140 -
CMYK 0 0.76 0.27 0.25
HSL 320.96º 0.62% 0.46% -
HSV(B) 320.96º 0.76% 0.75% -
XYZ 27.16 14.85 26.25 -
YUV 99.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 191 45 140 0 0.76 0.27 0.25 320.96 0.62 0.46
Hex BF 2D 8C 0 4C 1B 19 141 3E 2E
Octal 277 55 214 0 114 33 31 501 76 56
Binary 10111111 101101 10001100 0 1001100 11011 11001 101000001 111110 101110

Color Harmonies of #BF2D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2D8C

Black with #BF2D8C

Text Example


Text Example

White with #BF2D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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