Html Css Color HEX #BF4080 Medium Red Violet

📋 copy color: '#BF4080'

red 191 ◦ green 64 ◦ blue 128

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

Shades of Medium Red Violet #BF4080

Tints of Medium Red Violet #BF4080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.71%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 49.87%
G = 16.71%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF4080 (or 0xBF4080) is known color: Medium Red Violet. HEX triplet: BF, 40 and 80. RGB value is (191,64,128). Sum of RGB (Red+Green+Blue) = 191+64+128=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4080 is #40BF7F. Grayscale: #6D6D6D. Windows color (decimal): -4243328 or 8405183. OLE color: 8405183.

HSL color Cylindrical-coordinate representation of color #BF4080: hue angle of 329.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4080 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 128 -
CMYK 0 0.66 0.33 0.25
HSL 329.76º 0.5% 0.5% -
HSV(B) 329.76º 0.66% 0.75% -
XYZ 27.22 16.3 22.13 -
YUV 109.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 191 64 128 0 0.66 0.33 0.25 329.76 0.5 0.5
Hex BF 40 80 0 42 21 19 14A 32 32
Octal 277 100 200 0 102 41 31 512 62 62
Binary 10111111 1000000 10000000 0 1000010 100001 11001 101001010 110010 110010

Color Harmonies of #BF4080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4080

Black with #BF4080

Text Example


Text Example

White with #BF4080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4080; }

 p { color: rgb(191,64,128); }

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

background-color css

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

 a { background-color: rgb(191,64,128); }

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

border-color css

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

 span { border-color: rgb(191,64,128); }

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