Html Css Color HEX #BF4084 Medium Red Violet

📋 copy color: '#BF4084'

red 191 ◦ green 64 ◦ blue 132

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

Shades of Medium Red Violet #BF4084

Tints of Medium Red Violet #BF4084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 49.35%
G = 16.54%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF4084 (or 0xBF4084) is known color: Medium Red Violet. HEX triplet: BF, 40 and 84. RGB value is (191,64,132). Sum of RGB (Red+Green+Blue) = 191+64+132=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4084 is #40BF7B. Grayscale: #6D6D6D. Windows color (decimal): -4243324 or 8667327. OLE color: 8667327.

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

Color convert

RGB 191 64 132 -
CMYK 0 0.66 0.31 0.25
HSL 327.87º 0.5% 0.5% -
HSV(B) 327.87º 0.66% 0.75% -
XYZ 27.48 16.41 23.55 -
YUV 109.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 191 64 132 0 0.66 0.31 0.25 327.87 0.5 0.5
Hex BF 40 84 0 42 1F 19 148 32 32
Octal 277 100 204 0 102 37 31 510 62 62
Binary 10111111 1000000 10000100 0 1000010 11111 11001 101001000 110010 110010

Color Harmonies of #BF4084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4084

Black with #BF4084

Text Example


Text Example

White with #BF4084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4084; }

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

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

background-color css

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

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

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

border-color css

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

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

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