Html Css Color HEX #BF3F7D Medium Red Violet

📋 copy color: '#BF3F7D'

red 191 ◦ green 63 ◦ blue 125

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

Shades of Medium Red Violet #BF3F7D

Tints of Medium Red Violet #BF3F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 50.4%
G = 16.62%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF3F7D (or 0xBF3F7D) is known color: Medium Red Violet. HEX triplet: BF, 3F and 7D. RGB value is (191,63,125). Sum of RGB (Red+Green+Blue) = 191+63+125=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F7D is #40C082. Grayscale: #6C6C6C. Windows color (decimal): -4243587 or 8208319. OLE color: 8208319.

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

Color convert

RGB 191 63 125 -
CMYK 0 0.67 0.35 0.25
HSL 330.94º 0.5% 0.5% -
HSV(B) 330.94º 0.67% 0.75% -
XYZ 26.97 16.11 21.09 -
YUV 108.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 191 63 125 0 0.67 0.35 0.25 330.94 0.5 0.5
Hex BF 3F 7D 0 43 23 19 14B 32 32
Octal 277 77 175 0 103 43 31 513 62 62
Binary 10111111 111111 1111101 0 1000011 100011 11001 101001011 110010 110010

Color Harmonies of #BF3F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F7D

Black with #BF3F7D

Text Example


Text Example

White with #BF3F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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