Html Css Color HEX #BF279C Medium Red Violet

📋 copy color: '#BF279C'

red 191 ◦ green 39 ◦ blue 156

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

Shades of Medium Red Violet #BF279C

Tints of Medium Red Violet #BF279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 49.48%
G = 10.1%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF279C (or 0xBF279C) is known color: Medium Red Violet. HEX triplet: BF, 27 and 9C. RGB value is (191,39,156). Sum of RGB (Red+Green+Blue) = 191+39+156=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF279C is #40D863. Grayscale: #616161. Windows color (decimal): -4249700 or 10233791. OLE color: 10233791.

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

Color convert

RGB 191 39 156 -
CMYK 0 0.80 0.18 0.25
HSL 313.82º 0.66% 0.45% -
HSV(B) 313.82º 0.8% 0.75% -
XYZ 28.21 14.93 32.85 -
YUV 97.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 191 39 156 0 0.80 0.18 0.25 313.82 0.66 0.45
Hex BF 27 9C 0 50 12 19 13A 42 2D
Octal 277 47 234 0 120 22 31 472 102 55
Binary 10111111 100111 10011100 0 1010000 10010 11001 100111010 1000010 101101

Color Harmonies of #BF279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF279C

Black with #BF279C

Text Example


Text Example

White with #BF279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF279C; }

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

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

background-color css

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

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

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

border-color css

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

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

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