Html Css Color HEX #BF277C Medium Red Violet

📋 copy color: '#BF277C'

red 191 ◦ green 39 ◦ blue 124

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

Shades of Medium Red Violet #BF277C

Tints of Medium Red Violet #BF277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 53.95%
G = 11.02%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF277C (or 0xBF277C) is known color: Medium Red Violet. HEX triplet: BF, 27 and 7C. RGB value is (191,39,124). Sum of RGB (Red+Green+Blue) = 191+39+124=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF277C is #40D883. Grayscale: #5D5D5D. Windows color (decimal): -4249732 or 8136639. OLE color: 8136639.

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

Color convert

RGB 191 39 124 -
CMYK 0 0.80 0.35 0.25
HSL 326.45º 0.66% 0.45% -
HSV(B) 326.45º 0.8% 0.75% -
XYZ 25.85 13.98 20.41 -
YUV 94.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 191 39 124 0 0.80 0.35 0.25 326.45 0.66 0.45
Hex BF 27 7C 0 50 23 19 146 42 2D
Octal 277 47 174 0 120 43 31 506 102 55
Binary 10111111 100111 1111100 0 1010000 100011 11001 101000110 1000010 101101

Color Harmonies of #BF277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF277C

Black with #BF277C

Text Example


Text Example

White with #BF277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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