Html Css Color HEX #BF3582 Medium Red Violet

📋 copy color: '#BF3582'

red 191 ◦ green 53 ◦ blue 130

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

Shades of Medium Red Violet #BF3582

Tints of Medium Red Violet #BF3582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.17%

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

R = 51.07%
G = 14.17%
B = 34.76%

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

#BF3582 (or 0xBF3582) is known color: Medium Red Violet. HEX triplet: BF, 35 and 82. RGB value is (191,53,130). Sum of RGB (Red+Green+Blue) = 191+53+130=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3582 is #40CA7D. Grayscale: #666666. Windows color (decimal): -4246142 or 8533439. OLE color: 8533439.

HSL color Cylindrical-coordinate representation of color #BF3582: hue angle of 326.52º degrees, saturation: 0.57, 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 #BF3582 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 53 130 -
CMYK 0 0.72 0.32 0.25
HSL 326.52º 0.57% 0.48% -
HSV(B) 326.52º 0.72% 0.75% -
XYZ 26.79 15.23 22.65 -
YUV 103.04 143.22 190.74 -
System Red Green Blue C M Y K H S L
Decimal 191 53 130 0 0.72 0.32 0.25 326.52 0.57 0.48
Hex BF 35 82 0 48 20 19 147 39 30
Octal 277 65 202 0 110 40 31 507 71 60
Binary 10111111 110101 10000010 0 1001000 100000 11001 101000111 111001 110000

Color Harmonies of #BF3582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3582

Black with #BF3582

Text Example


Text Example

White with #BF3582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3582; }

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

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

background-color css

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

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

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

border-color css

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

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

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