Html Css Color HEX #BF3E94 Medium Red Violet

📋 copy color: '#BF3E94'

red 191 ◦ green 62 ◦ blue 148

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

Shades of Medium Red Violet #BF3E94

Tints of Medium Red Violet #BF3E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 47.63%
G = 15.46%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF3E94 (or 0xBF3E94) is known color: Medium Red Violet. HEX triplet: BF, 3E and 94. RGB value is (191,62,148). Sum of RGB (Red+Green+Blue) = 191+62+148=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E94 is #40C16B. Grayscale: #6E6E6E. Windows color (decimal): -4243820 or 9715391. OLE color: 9715391.

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

Color convert

RGB 191 62 148 -
CMYK 0 0.68 0.23 0.25
HSL 320º 0.51% 0.5% -
HSV(B) 320º 0.68% 0.75% -
XYZ 28.55 16.66 29.73 -
YUV 110.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 191 62 148 0 0.68 0.23 0.25 320 0.51 0.5
Hex BF 3E 94 0 44 17 19 140 33 32
Octal 277 76 224 0 104 27 31 500 63 62
Binary 10111111 111110 10010100 0 1000100 10111 11001 101000000 110011 110010

Color Harmonies of #BF3E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E94

Black with #BF3E94

Text Example


Text Example

White with #BF3E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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