Html Css Color HEX #BF3E8D Medium Red Violet

📋 copy color: '#BF3E8D'

red 191 ◦ green 62 ◦ blue 141

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

Shades of Medium Red Violet #BF3E8D

Tints of Medium Red Violet #BF3E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 48.48%
G = 15.74%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF3E8D (or 0xBF3E8D) is known color: Medium Red Violet. HEX triplet: BF, 3E and 8D. RGB value is (191,62,141). Sum of RGB (Red+Green+Blue) = 191+62+141=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E8D is #40C172. Grayscale: #6D6D6D. Windows color (decimal): -4243827 or 9256639. OLE color: 9256639.

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

Color convert

RGB 191 62 141 -
CMYK 0 0.68 0.26 0.25
HSL 323.26º 0.51% 0.5% -
HSV(B) 323.26º 0.68% 0.75% -
XYZ 28.02 16.44 26.9 -
YUV 109.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 191 62 141 0 0.68 0.26 0.25 323.26 0.51 0.5
Hex BF 3E 8D 0 44 1A 19 143 33 32
Octal 277 76 215 0 104 32 31 503 63 62
Binary 10111111 111110 10001101 0 1000100 11010 11001 101000011 110011 110010

Color Harmonies of #BF3E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E8D

Black with #BF3E8D

Text Example


Text Example

White with #BF3E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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