Html Css Color HEX #BF3E7C Medium Red Violet

📋 copy color: '#BF3E7C'

red 191 ◦ green 62 ◦ blue 124

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

Shades of Medium Red Violet #BF3E7C

Tints of Medium Red Violet #BF3E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 50.66%
G = 16.45%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF3E7C (or 0xBF3E7C) is known color: Medium Red Violet. HEX triplet: BF, 3E and 7C. RGB value is (191,62,124). Sum of RGB (Red+Green+Blue) = 191+62+124=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E7C is #40C183. Grayscale: #6B6B6B. Windows color (decimal): -4243844 or 8142527. OLE color: 8142527.

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

Color convert

RGB 191 62 124 -
CMYK 0 0.68 0.35 0.25
HSL 331.16º 0.51% 0.5% -
HSV(B) 331.16º 0.68% 0.75% -
XYZ 26.85 15.98 20.74 -
YUV 107.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 191 62 124 0 0.68 0.35 0.25 331.16 0.51 0.5
Hex BF 3E 7C 0 44 23 19 14B 33 32
Octal 277 76 174 0 104 43 31 513 63 62
Binary 10111111 111110 1111100 0 1000100 100011 11001 101001011 110011 110010

Color Harmonies of #BF3E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E7C

Black with #BF3E7C

Text Example


Text Example

White with #BF3E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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