Html Css Color HEX #BF2799 Medium Red Violet

📋 copy color: '#BF2799'

red 191 ◦ green 39 ◦ blue 153

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

Shades of Medium Red Violet #BF2799

Tints of Medium Red Violet #BF2799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.18%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 49.87%
G = 10.18%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF2799 (or 0xBF2799) is known color: Medium Red Violet. HEX triplet: BF, 27 and 99. RGB value is (191,39,153). Sum of RGB (Red+Green+Blue) = 191+39+153=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2799 is #40D866. Grayscale: #616161. Windows color (decimal): -4249703 or 10037183. OLE color: 10037183.

HSL color Cylindrical-coordinate representation of color #BF2799: hue angle of 315º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2799 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 153 -
CMYK 0 0.80 0.20 0.25
HSL 315º 0.66% 0.45% -
HSV(B) 315º 0.8% 0.75% -
XYZ 27.96 14.83 31.53 -
YUV 97.44 159.36 194.73 -
System Red Green Blue C M Y K H S L
Decimal 191 39 153 0 0.80 0.20 0.25 315 0.66 0.45
Hex BF 27 99 0 50 14 19 13B 42 2D
Octal 277 47 231 0 120 24 31 473 102 55
Binary 10111111 100111 10011001 0 1010000 10100 11001 100111011 1000010 101101

Color Harmonies of #BF2799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2799

Black with #BF2799

Text Example


Text Example

White with #BF2799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2799; }

 p { color: rgb(191,39,153); }

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

background-color css

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

 a { background-color: rgb(191,39,153); }

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

border-color css

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

 span { border-color: rgb(191,39,153); }

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