Html Css Color HEX #BF3F7E Medium Red Violet

📋 copy color: '#BF3F7E'

red 191 ◦ green 63 ◦ blue 126

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

Shades of Medium Red Violet #BF3F7E

Tints of Medium Red Violet #BF3F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 50.26%
G = 16.58%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF3F7E (or 0xBF3F7E) is known color: Medium Red Violet. HEX triplet: BF, 3F and 7E. RGB value is (191,63,126). Sum of RGB (Red+Green+Blue) = 191+63+126=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F7E is #40C081. Grayscale: #6C6C6C. Windows color (decimal): -4243586 or 8273855. OLE color: 8273855.

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

Color convert

RGB 191 63 126 -
CMYK 0 0.67 0.34 0.25
HSL 330.47º 0.5% 0.5% -
HSV(B) 330.47º 0.67% 0.75% -
XYZ 27.03 16.14 21.43 -
YUV 108.45 137.91 186.88 -
System Red Green Blue C M Y K H S L
Decimal 191 63 126 0 0.67 0.34 0.25 330.47 0.5 0.5
Hex BF 3F 7E 0 43 22 19 14A 32 32
Octal 277 77 176 0 103 42 31 512 62 62
Binary 10111111 111111 1111110 0 1000011 100010 11001 101001010 110010 110010

Color Harmonies of #BF3F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F7E

Black with #BF3F7E

Text Example


Text Example

White with #BF3F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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