Html Css Color HEX #BF3389 Medium Red Violet

📋 copy color: '#BF3389'

red 191 ◦ green 51 ◦ blue 137

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

Shades of Medium Red Violet #BF3389

Tints of Medium Red Violet #BF3389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 50.4%
G = 13.46%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF3389 (or 0xBF3389) is known color: Medium Red Violet. HEX triplet: BF, 33 and 89. RGB value is (191,51,137). Sum of RGB (Red+Green+Blue) = 191+51+137=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3389 is #40CC76. Grayscale: #666666. Windows color (decimal): -4246647 or 8991679. OLE color: 8991679.

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

Color convert

RGB 191 51 137 -
CMYK 0 0.73 0.28 0.25
HSL 323.14º 0.58% 0.47% -
HSV(B) 323.14º 0.73% 0.75% -
XYZ 27.19 15.25 25.18 -
YUV 102.66 147.38 191.01 -
System Red Green Blue C M Y K H S L
Decimal 191 51 137 0 0.73 0.28 0.25 323.14 0.58 0.47
Hex BF 33 89 0 49 1C 19 143 3A 2F
Octal 277 63 211 0 111 34 31 503 72 57
Binary 10111111 110011 10001001 0 1001001 11100 11001 101000011 111010 101111

Color Harmonies of #BF3389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3389

Black with #BF3389

Text Example


Text Example

White with #BF3389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3389; }

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

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

background-color css

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

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

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

border-color css

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

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

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