Html Css Color HEX #BF0176 Medium Violet Red

📋 copy color: '#BF0176'

red 191 ◦ green 1 ◦ blue 118

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

Shades of Medium Violet Red #BF0176

Tints of Medium Violet Red #BF0176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 61.61%
G = 0.32%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF0176 (or 0xBF0176) is known color: Medium Violet Red. HEX triplet: BF, 01 and 76. RGB value is (191,1,118). Sum of RGB (Red+Green+Blue) = 191+1+118=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0176 is #40FE89. Grayscale: #464646. Windows color (decimal): -4259466 or 7733695. OLE color: 7733695.

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

Color convert

RGB 191 1 118 -
CMYK 0 0.99 0.38 0.25
HSL 323.05º 0.99% 0.38% -
HSV(B) 323.05º 0.99% 0.75% -
XYZ 24.77 12.41 18.23 -
YUV 71.15 154.45 213.49 -
System Red Green Blue C M Y K H S L
Decimal 191 1 118 0 0.99 0.38 0.25 323.05 0.99 0.38
Hex BF 1 76 0 63 26 19 143 63 26
Octal 277 1 166 0 143 46 31 503 143 46
Binary 10111111 1 1110110 0 1100011 100110 11001 101000011 1100011 100110

Color Harmonies of #BF0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0176

Black with #BF0176

Text Example


Text Example

White with #BF0176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0176; }

 p { color: rgb(191,1,118); }

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

background-color css

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

 a { background-color: rgb(191,1,118); }

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

border-color css

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

 span { border-color: rgb(191,1,118); }

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