Html Css Color HEX #BF2886 Medium Red Violet

📋 copy color: '#BF2886'

red 191 ◦ green 40 ◦ blue 134

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

Shades of Medium Red Violet #BF2886

Tints of Medium Red Violet #BF2886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.96%

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 52.33%
G = 10.96%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF2886 (or 0xBF2886) is known color: Medium Red Violet. HEX triplet: BF, 28 and 86. RGB value is (191,40,134). Sum of RGB (Red+Green+Blue) = 191+40+134=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2886 is #40D779. Grayscale: #5F5F5F. Windows color (decimal): -4249466 or 8792255. OLE color: 8792255.

HSL color Cylindrical-coordinate representation of color #BF2886: hue angle of 322.65º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2886 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 40 134 -
CMYK 0 0.79 0.30 0.25
HSL 322.65º 0.65% 0.45% -
HSV(B) 322.65º 0.79% 0.75% -
XYZ 26.55 14.32 23.92 -
YUV 95.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 191 40 134 0 0.79 0.30 0.25 322.65 0.65 0.45
Hex BF 28 86 0 4F 1E 19 143 41 2D
Octal 277 50 206 0 117 36 31 503 101 55
Binary 10111111 101000 10000110 0 1001111 11110 11001 101000011 1000001 101101

Color Harmonies of #BF2886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2886

Black with #BF2886

Text Example


Text Example

White with #BF2886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2886; }

 p { color: rgb(191,40,134); }

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

background-color css

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

 a { background-color: rgb(191,40,134); }

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

border-color css

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

 span { border-color: rgb(191,40,134); }

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