Html Css Color HEX #BF3386 Medium Red Violet

📋 copy color: '#BF3386'

red 191 ◦ green 51 ◦ blue 134

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

Shades of Medium Red Violet #BF3386

Tints of Medium Red Violet #BF3386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 50.8%
G = 13.56%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF3386 (or 0xBF3386) is known color: Medium Red Violet. HEX triplet: BF, 33 and 86. RGB value is (191,51,134). Sum of RGB (Red+Green+Blue) = 191+51+134=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3386 is #40CC79. Grayscale: #666666. Windows color (decimal): -4246650 or 8795071. OLE color: 8795071.

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

Color convert

RGB 191 51 134 -
CMYK 0 0.73 0.30 0.25
HSL 324.43º 0.58% 0.47% -
HSV(B) 324.43º 0.73% 0.75% -
XYZ 26.97 15.17 24.06 -
YUV 102.32 145.88 191.25 -
System Red Green Blue C M Y K H S L
Decimal 191 51 134 0 0.73 0.30 0.25 324.43 0.58 0.47
Hex BF 33 86 0 49 1E 19 144 3A 2F
Octal 277 63 206 0 111 36 31 504 72 57
Binary 10111111 110011 10000110 0 1001001 11110 11001 101000100 111010 101111

Color Harmonies of #BF3386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3386

Black with #BF3386

Text Example


Text Example

White with #BF3386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3386; }

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

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

background-color css

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

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

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

border-color css

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

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

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