Html Css Color HEX #BF2B8B Medium Red Violet

📋 copy color: '#BF2B8B'

red 191 ◦ green 43 ◦ blue 139

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

Shades of Medium Red Violet #BF2B8B

Tints of Medium Red Violet #BF2B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.27%

R = 51.21%
G = 11.53%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF2B8B (or 0xBF2B8B) is known color: Medium Red Violet. HEX triplet: BF, 2B and 8B. RGB value is (191,43,139). Sum of RGB (Red+Green+Blue) = 191+43+139=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2B8B is #40D474. Grayscale: #616161. Windows color (decimal): -4248693 or 9120703. OLE color: 9120703.

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

Color convert

RGB 191 43 139 -
CMYK 0 0.77 0.27 0.25
HSL 321.08º 0.63% 0.46% -
HSV(B) 321.08º 0.77% 0.75% -
XYZ 27.01 14.67 25.83 -
YUV 98.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 191 43 139 0 0.77 0.27 0.25 321.08 0.63 0.46
Hex BF 2B 8B 0 4D 1B 19 141 3F 2E
Octal 277 53 213 0 115 33 31 501 77 56
Binary 10111111 101011 10001011 0 1001101 11011 11001 101000001 111111 101110

Color Harmonies of #BF2B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B8B

Black with #BF2B8B

Text Example


Text Example

White with #BF2B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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