Html Css Color HEX #BF3A82 Medium Red Violet

📋 copy color: '#BF3A82'

red 191 ◦ green 58 ◦ blue 130

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

Shades of Medium Red Violet #BF3A82

Tints of Medium Red Violet #BF3A82

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.3%

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

R = 50.4%
G = 15.3%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF3A82 (or 0xBF3A82) is known color: Medium Red Violet. HEX triplet: BF, 3A and 82. RGB value is (191,58,130). Sum of RGB (Red+Green+Blue) = 191+58+130=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3A82 is #40C57D. Grayscale: #696969. Windows color (decimal): -4244862 or 8534719. OLE color: 8534719.

HSL color Cylindrical-coordinate representation of color #BF3A82: hue angle of 327.52º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A82 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 130 -
CMYK 0 0.70 0.32 0.25
HSL 327.52º 0.53% 0.49% -
HSV(B) 327.52º 0.7% 0.75% -
XYZ 27.03 15.71 22.73 -
YUV 105.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 191 58 130 0 0.70 0.32 0.25 327.52 0.53 0.49
Hex BF 3A 82 0 46 20 19 148 35 31
Octal 277 72 202 0 106 40 31 510 65 61
Binary 10111111 111010 10000010 0 1000110 100000 11001 101001000 110101 110001

Color Harmonies of #BF3A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A82

Black with #BF3A82

Text Example


Text Example

White with #BF3A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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