Html Css Color HEX #BF2B81 Medium Red Violet

📋 copy color: '#BF2B81'

red 191 ◦ green 43 ◦ blue 129

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

Shades of Medium Red Violet #BF2B81

Tints of Medium Red Violet #BF2B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 52.62%
G = 11.85%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF2B81 (or 0xBF2B81) is known color: Medium Red Violet. HEX triplet: BF, 2B and 81. RGB value is (191,43,129). Sum of RGB (Red+Green+Blue) = 191+43+129=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2B81 is #40D47E. Grayscale: #606060. Windows color (decimal): -4248703 or 8465343. OLE color: 8465343.

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

Color convert

RGB 191 43 129 -
CMYK 0 0.77 0.32 0.25
HSL 325.14º 0.63% 0.46% -
HSV(B) 325.14º 0.77% 0.75% -
XYZ 26.31 14.39 22.16 -
YUV 97.06 146.03 195.01 -
System Red Green Blue C M Y K H S L
Decimal 191 43 129 0 0.77 0.32 0.25 325.14 0.63 0.46
Hex BF 2B 81 0 4D 20 19 145 3F 2E
Octal 277 53 201 0 115 40 31 505 77 56
Binary 10111111 101011 10000001 0 1001101 100000 11001 101000101 111111 101110

Color Harmonies of #BF2B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B81

Black with #BF2B81

Text Example


Text Example

White with #BF2B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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