Html Css Color HEX #BF3E81 Medium Red Violet

📋 copy color: '#BF3E81'

red 191 ◦ green 62 ◦ blue 129

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

Shades of Medium Red Violet #BF3E81

Tints of Medium Red Violet #BF3E81

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.23%

 BLUE value IS 129 (50.78% from 255) = 33.77%

R = 50%
G = 16.23%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF3E81 (or 0xBF3E81) is known color: Medium Red Violet. HEX triplet: BF, 3E and 81. RGB value is (191,62,129). Sum of RGB (Red+Green+Blue) = 191+62+129=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E81 is #40C17E. Grayscale: #6C6C6C. Windows color (decimal): -4243839 or 8470207. OLE color: 8470207.

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

Color convert

RGB 191 62 129 -
CMYK 0 0.68 0.32 0.25
HSL 328.84º 0.51% 0.5% -
HSV(B) 328.84º 0.68% 0.75% -
XYZ 27.17 16.11 22.45 -
YUV 108.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 191 62 129 0 0.68 0.32 0.25 328.84 0.51 0.5
Hex BF 3E 81 0 44 20 19 149 33 32
Octal 277 76 201 0 104 40 31 511 63 62
Binary 10111111 111110 10000001 0 1000100 100000 11001 101001001 110011 110010

Color Harmonies of #BF3E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E81

Black with #BF3E81

Text Example


Text Example

White with #BF3E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E81; }

 p { color: rgb(191,62,129); }

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

background-color css

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

 a { background-color: rgb(191,62,129); }

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

border-color css

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

 span { border-color: rgb(191,62,129); }

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