Html Css Color HEX #BF278B Medium Red Violet

📋 copy color: '#BF278B'

red 191 ◦ green 39 ◦ blue 139

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

Shades of Medium Red Violet #BF278B

Tints of Medium Red Violet #BF278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 51.76%
G = 10.57%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF278B (or 0xBF278B) is known color: Medium Red Violet. HEX triplet: BF, 27 and 8B. RGB value is (191,39,139). Sum of RGB (Red+Green+Blue) = 191+39+139=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF278B is #40D874. Grayscale: #5F5F5F. Windows color (decimal): -4249717 or 9119679. OLE color: 9119679.

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

Color convert

RGB 191 39 139 -
CMYK 0 0.80 0.27 0.25
HSL 320.53º 0.66% 0.45% -
HSV(B) 320.53º 0.8% 0.75% -
XYZ 26.87 14.39 25.79 -
YUV 95.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 191 39 139 0 0.80 0.27 0.25 320.53 0.66 0.45
Hex BF 27 8B 0 50 1B 19 141 42 2D
Octal 277 47 213 0 120 33 31 501 102 55
Binary 10111111 100111 10001011 0 1010000 11011 11001 101000001 1000010 101101

Color Harmonies of #BF278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF278B

Black with #BF278B

Text Example


Text Example

White with #BF278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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