Html Css Color HEX #BF3682 Medium Red Violet

📋 copy color: '#BF3682'

red 191 ◦ green 54 ◦ blue 130

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

Shades of Medium Red Violet #BF3682

Tints of Medium Red Violet #BF3682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.4%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 50.93%
G = 14.4%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF3682 (or 0xBF3682) is known color: Medium Red Violet. HEX triplet: BF, 36 and 82. RGB value is (191,54,130). Sum of RGB (Red+Green+Blue) = 191+54+130=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3682 is #40C97D. Grayscale: #676767. Windows color (decimal): -4245886 or 8533695. OLE color: 8533695.

HSL color Cylindrical-coordinate representation of color #BF3682: hue angle of 326.72º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3682 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 54 130 -
CMYK 0 0.72 0.32 0.25
HSL 326.72º 0.56% 0.48% -
HSV(B) 326.72º 0.72% 0.75% -
XYZ 26.83 15.33 22.66 -
YUV 103.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 191 54 130 0 0.72 0.32 0.25 326.72 0.56 0.48
Hex BF 36 82 0 48 20 19 147 38 30
Octal 277 66 202 0 110 40 31 507 70 60
Binary 10111111 110110 10000010 0 1001000 100000 11001 101000111 111000 110000

Color Harmonies of #BF3682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3682

Black with #BF3682

Text Example


Text Example

White with #BF3682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3682; }

 p { color: rgb(191,54,130); }

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

background-color css

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

 a { background-color: rgb(191,54,130); }

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

border-color css

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

 span { border-color: rgb(191,54,130); }

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