Html Css Color HEX #BF3390 Medium Red Violet

📋 copy color: '#BF3390'

red 191 ◦ green 51 ◦ blue 144

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

Shades of Medium Red Violet #BF3390

Tints of Medium Red Violet #BF3390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.21%

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

R = 49.48%
G = 13.21%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF3390 (or 0xBF3390) is known color: Medium Red Violet. HEX triplet: BF, 33 and 90. RGB value is (191,51,144). Sum of RGB (Red+Green+Blue) = 191+51+144=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3390 is #40CC6F. Grayscale: #676767. Windows color (decimal): -4246640 or 9450431. OLE color: 9450431.

HSL color Cylindrical-coordinate representation of color #BF3390: hue angle of 320.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3390 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 51 144 -
CMYK 0 0.73 0.25 0.25
HSL 320.14º 0.58% 0.47% -
HSV(B) 320.14º 0.73% 0.75% -
XYZ 27.7 15.46 27.91 -
YUV 103.46 150.88 190.44 -
System Red Green Blue C M Y K H S L
Decimal 191 51 144 0 0.73 0.25 0.25 320.14 0.58 0.47
Hex BF 33 90 0 49 19 19 140 3A 2F
Octal 277 63 220 0 111 31 31 500 72 57
Binary 10111111 110011 10010000 0 1001001 11001 11001 101000000 111010 101111

Color Harmonies of #BF3390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3390

Black with #BF3390

Text Example


Text Example

White with #BF3390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3390; }

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

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

background-color css

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

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

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

border-color css

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

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

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