Html Css Color HEX #BF3E90 Medium Red Violet

📋 copy color: '#BF3E90'

red 191 ◦ green 62 ◦ blue 144

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

Shades of Medium Red Violet #BF3E90

Tints of Medium Red Violet #BF3E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 48.11%
G = 15.62%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF3E90 (or 0xBF3E90) is known color: Medium Red Violet. HEX triplet: BF, 3E and 90. RGB value is (191,62,144). Sum of RGB (Red+Green+Blue) = 191+62+144=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E90 is #40C16F. Grayscale: #6D6D6D. Windows color (decimal): -4243824 or 9453247. OLE color: 9453247.

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

Color convert

RGB 191 62 144 -
CMYK 0 0.68 0.25 0.25
HSL 321.86º 0.51% 0.5% -
HSV(B) 321.86º 0.68% 0.75% -
XYZ 28.24 16.54 28.09 -
YUV 109.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 191 62 144 0 0.68 0.25 0.25 321.86 0.51 0.5
Hex BF 3E 90 0 44 19 19 142 33 32
Octal 277 76 220 0 104 31 31 502 63 62
Binary 10111111 111110 10010000 0 1000100 11001 11001 101000010 110011 110010

Color Harmonies of #BF3E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E90

Black with #BF3E90

Text Example


Text Example

White with #BF3E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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