Html Css Color HEX #BF1682 Medium Violet Red

📋 copy color: '#BF1682'

red 191 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #BF1682

Tints of Medium Violet Red #BF1682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

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

R = 55.69%
G = 6.41%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF1682 (or 0xBF1682) is known color: Medium Violet Red. HEX triplet: BF, 16 and 82. RGB value is (191,22,130). Sum of RGB (Red+Green+Blue) = 191+22+130=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1682 is #40E97D. Grayscale: #545454. Windows color (decimal): -4254078 or 8525503. OLE color: 8525503.

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

Color convert

RGB 191 22 130 -
CMYK 0 0.88 0.32 0.25
HSL 321.66º 0.79% 0.42% -
HSV(B) 321.66º 0.88% 0.75% -
XYZ 25.8 13.26 22.32 -
YUV 84.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 191 22 130 0 0.88 0.32 0.25 321.66 0.79 0.42
Hex BF 16 82 0 58 20 19 142 4F 2A
Octal 277 26 202 0 130 40 31 502 117 52
Binary 10111111 10110 10000010 0 1011000 100000 11001 101000010 1001111 101010

Color Harmonies of #BF1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1682

Black with #BF1682

Text Example


Text Example

White with #BF1682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1682; }

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

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

background-color css

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

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

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

border-color css

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

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

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