Html Css Color HEX #BF2B80 Medium Red Violet

📋 copy color: '#BF2B80'

red 191 ◦ green 43 ◦ blue 128

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

Shades of Medium Red Violet #BF2B80

Tints of Medium Red Violet #BF2B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 52.76%
G = 11.88%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF2B80 (or 0xBF2B80) is known color: Medium Red Violet. HEX triplet: BF, 2B and 80. RGB value is (191,43,128). Sum of RGB (Red+Green+Blue) = 191+43+128=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2B80 is #40D47F. Grayscale: #606060. Windows color (decimal): -4248704 or 8399807. OLE color: 8399807.

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

Color convert

RGB 191 43 128 -
CMYK 0 0.77 0.33 0.25
HSL 325.54º 0.63% 0.46% -
HSV(B) 325.54º 0.77% 0.75% -
XYZ 26.25 14.36 21.81 -
YUV 96.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 191 43 128 0 0.77 0.33 0.25 325.54 0.63 0.46
Hex BF 2B 80 0 4D 21 19 146 3F 2E
Octal 277 53 200 0 115 41 31 506 77 56
Binary 10111111 101011 10000000 0 1001101 100001 11001 101000110 111111 101110

Color Harmonies of #BF2B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B80

Black with #BF2B80

Text Example


Text Example

White with #BF2B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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