Html Css Color HEX #BF117A Medium Violet Red

📋 copy color: '#BF117A'

red 191 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #BF117A

Tints of Medium Violet Red #BF117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.15%

 BLUE value IS 122 (48.05% from 255) = 36.97%

R = 57.88%
G = 5.15%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF117A (or 0xBF117A) is known color: Medium Violet Red. HEX triplet: BF, 11 and 7A. RGB value is (191,17,122). Sum of RGB (Red+Green+Blue) = 191+17+122=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF117A is #40EE85. Grayscale: #505050. Windows color (decimal): -4255366 or 7999935. OLE color: 7999935.

HSL color Cylindrical-coordinate representation of color #BF117A: hue angle of 323.79º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF117A is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 122 -
CMYK 0 0.91 0.36 0.25
HSL 323.79º 0.84% 0.41% -
HSV(B) 323.79º 0.91% 0.75% -
XYZ 25.2 12.88 19.57 -
YUV 81 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 191 17 122 0 0.91 0.36 0.25 323.79 0.84 0.41
Hex BF 11 7A 0 5B 24 19 144 54 29
Octal 277 21 172 0 133 44 31 504 124 51
Binary 10111111 10001 1111010 0 1011011 100100 11001 101000100 1010100 101001

Color Harmonies of #BF117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF117A

Black with #BF117A

Text Example


Text Example

White with #BF117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF117A; }

 p { color: rgb(191,17,122); }

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

background-color css

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

 a { background-color: rgb(191,17,122); }

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

border-color css

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

 span { border-color: rgb(191,17,122); }

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