Html Css Color HEX #BF278F Medium Red Violet

📋 copy color: '#BF278F'

red 191 ◦ green 39 ◦ blue 143

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

Shades of Medium Red Violet #BF278F

Tints of Medium Red Violet #BF278F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 51.21%
G = 10.46%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF278F (or 0xBF278F) is known color: Medium Red Violet. HEX triplet: BF, 27 and 8F. RGB value is (191,39,143). Sum of RGB (Red+Green+Blue) = 191+39+143=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF278F is #40D870. Grayscale: #606060. Windows color (decimal): -4249713 or 9381823. OLE color: 9381823.

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

Color convert

RGB 191 39 143 -
CMYK 0 0.80 0.25 0.25
HSL 318.95º 0.66% 0.45% -
HSV(B) 318.95º 0.8% 0.75% -
XYZ 27.17 14.51 27.36 -
YUV 96.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 191 39 143 0 0.80 0.25 0.25 318.95 0.66 0.45
Hex BF 27 8F 0 50 19 19 13F 42 2D
Octal 277 47 217 0 120 31 31 477 102 55
Binary 10111111 100111 10001111 0 1010000 11001 11001 100111111 1000010 101101

Color Harmonies of #BF278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF278F

Black with #BF278F

Text Example


Text Example

White with #BF278F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF278F; }

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

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

background-color css

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

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

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

border-color css

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

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

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