Html Css Color HEX #BF1693 Medium Violet Red

📋 copy color: '#BF1693'

red 191 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #BF1693

Tints of Medium Violet Red #BF1693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 53.06%
G = 6.11%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF1693 (or 0xBF1693) is known color: Medium Violet Red. HEX triplet: BF, 16 and 93. RGB value is (191,22,147). Sum of RGB (Red+Green+Blue) = 191+22+147=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1693 is #40E96C. Grayscale: #565656. Windows color (decimal): -4254061 or 9639615. OLE color: 9639615.

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

Color convert

RGB 191 22 147 -
CMYK 0 0.88 0.23 0.25
HSL 315.62º 0.79% 0.42% -
HSV(B) 315.62º 0.88% 0.75% -
XYZ 27.04 13.76 28.83 -
YUV 86.78 161.99 202.34 -
System Red Green Blue C M Y K H S L
Decimal 191 22 147 0 0.88 0.23 0.25 315.62 0.79 0.42
Hex BF 16 93 0 58 17 19 13C 4F 2A
Octal 277 26 223 0 130 27 31 474 117 52
Binary 10111111 10110 10010011 0 1011000 10111 11001 100111100 1001111 101010

Color Harmonies of #BF1693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1693

Black with #BF1693

Text Example


Text Example

White with #BF1693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1693; }

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

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

background-color css

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

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

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

border-color css

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

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

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