Html Css Color HEX #BF3F85 Medium Red Violet

📋 copy color: '#BF3F85'

red 191 ◦ green 63 ◦ blue 133

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

Shades of Medium Red Violet #BF3F85

Tints of Medium Red Violet #BF3F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.37%

R = 49.35%
G = 16.28%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF3F85 (or 0xBF3F85) is known color: Medium Red Violet. HEX triplet: BF, 3F and 85. RGB value is (191,63,133). Sum of RGB (Red+Green+Blue) = 191+63+133=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F85 is #40C07A. Grayscale: #6D6D6D. Windows color (decimal): -4243579 or 8732607. OLE color: 8732607.

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

Color convert

RGB 191 63 133 -
CMYK 0 0.67 0.30 0.25
HSL 327.19º 0.5% 0.5% -
HSV(B) 327.19º 0.67% 0.75% -
XYZ 27.5 16.32 23.89 -
YUV 109.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 191 63 133 0 0.67 0.30 0.25 327.19 0.5 0.5
Hex BF 3F 85 0 43 1E 19 147 32 32
Octal 277 77 205 0 103 36 31 507 62 62
Binary 10111111 111111 10000101 0 1000011 11110 11001 101000111 110010 110010

Color Harmonies of #BF3F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F85

Black with #BF3F85

Text Example


Text Example

White with #BF3F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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