Html Css Color HEX #BF2B8F Medium Red Violet

📋 copy color: '#BF2B8F'

red 191 ◦ green 43 ◦ blue 143

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

Shades of Medium Red Violet #BF2B8F

Tints of Medium Red Violet #BF2B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 50.66%
G = 11.41%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF2B8F (or 0xBF2B8F) is known color: Medium Red Violet. HEX triplet: BF, 2B and 8F. RGB value is (191,43,143). Sum of RGB (Red+Green+Blue) = 191+43+143=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2B8F is #40D470. Grayscale: #626262. Windows color (decimal): -4248689 or 9382847. OLE color: 9382847.

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

Color convert

RGB 191 43 143 -
CMYK 0 0.77 0.25 0.25
HSL 319.46º 0.63% 0.46% -
HSV(B) 319.46º 0.77% 0.75% -
XYZ 27.31 14.79 27.4 -
YUV 98.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 191 43 143 0 0.77 0.25 0.25 319.46 0.63 0.46
Hex BF 2B 8F 0 4D 19 19 13F 3F 2E
Octal 277 53 217 0 115 31 31 477 77 56
Binary 10111111 101011 10001111 0 1001101 11001 11001 100111111 111111 101110

Color Harmonies of #BF2B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B8F

Black with #BF2B8F

Text Example


Text Example

White with #BF2B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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