Html Css Color HEX #BF3F81 Medium Red Violet

📋 copy color: '#BF3F81'

red 191 ◦ green 63 ◦ blue 129

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

Shades of Medium Red Violet #BF3F81

Tints of Medium Red Violet #BF3F81

RGB

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

 GREEN value IS 63 (25% from 255) = 16.45%

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

R = 49.87%
G = 16.45%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF3F81 (or 0xBF3F81) is known color: Medium Red Violet. HEX triplet: BF, 3F and 81. RGB value is (191,63,129). Sum of RGB (Red+Green+Blue) = 191+63+129=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F81 is #40C07E. Grayscale: #6C6C6C. Windows color (decimal): -4243583 or 8470463. OLE color: 8470463.

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

Color convert

RGB 191 63 129 -
CMYK 0 0.67 0.32 0.25
HSL 329.06º 0.5% 0.5% -
HSV(B) 329.06º 0.67% 0.75% -
XYZ 27.23 16.22 22.46 -
YUV 108.8 139.41 186.63 -
System Red Green Blue C M Y K H S L
Decimal 191 63 129 0 0.67 0.32 0.25 329.06 0.5 0.5
Hex BF 3F 81 0 43 20 19 149 32 32
Octal 277 77 201 0 103 40 31 511 62 62
Binary 10111111 111111 10000001 0 1000011 100000 11001 101001001 110010 110010

Color Harmonies of #BF3F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F81

Black with #BF3F81

Text Example


Text Example

White with #BF3F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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