Html Css Color HEX #BF277E Medium Red Violet

📋 copy color: '#BF277E'

red 191 ◦ green 39 ◦ blue 126

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

Shades of Medium Red Violet #BF277E

Tints of Medium Red Violet #BF277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 53.65%
G = 10.96%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF277E (or 0xBF277E) is known color: Medium Red Violet. HEX triplet: BF, 27 and 7E. RGB value is (191,39,126). Sum of RGB (Red+Green+Blue) = 191+39+126=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF277E is #40D881. Grayscale: #5E5E5E. Windows color (decimal): -4249730 or 8267711. OLE color: 8267711.

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

Color convert

RGB 191 39 126 -
CMYK 0 0.80 0.34 0.25
HSL 325.66º 0.66% 0.45% -
HSV(B) 325.66º 0.8% 0.75% -
XYZ 25.98 14.03 21.08 -
YUV 94.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 191 39 126 0 0.80 0.34 0.25 325.66 0.66 0.45
Hex BF 27 7E 0 50 22 19 146 42 2D
Octal 277 47 176 0 120 42 31 506 102 55
Binary 10111111 100111 1111110 0 1010000 100010 11001 101000110 1000010 101101

Color Harmonies of #BF277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF277E

Black with #BF277E

Text Example


Text Example

White with #BF277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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