Html Css Color HEX #BF0276 Medium Violet Red

📋 copy color: '#BF0276'

red 191 ◦ green 2 ◦ blue 118

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

Shades of Medium Violet Red #BF0276

Tints of Medium Violet Red #BF0276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 61.41%
G = 0.64%
B = 37.94%

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

#BF0276 (or 0xBF0276) is known color: Medium Violet Red. HEX triplet: BF, 02 and 76. RGB value is (191,2,118). Sum of RGB (Red+Green+Blue) = 191+2+118=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0276 is #40FD89. Grayscale: #474747. Windows color (decimal): -4259210 or 7733951. OLE color: 7733951.

HSL color Cylindrical-coordinate representation of color #BF0276: hue angle of 323.17º degrees, saturation: 0.98, 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 #BF0276 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 2 118 -
CMYK 0 0.99 0.38 0.25
HSL 323.17º 0.98% 0.38% -
HSV(B) 323.17º 0.99% 0.75% -
XYZ 24.78 12.43 18.23 -
YUV 71.74 154.12 213.07 -
System Red Green Blue C M Y K H S L
Decimal 191 2 118 0 0.99 0.38 0.25 323.17 0.98 0.38
Hex BF 2 76 0 63 26 19 143 62 26
Octal 277 2 166 0 143 46 31 503 142 46
Binary 10111111 10 1110110 0 1100011 100110 11001 101000011 1100010 100110

Color Harmonies of #BF0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0276

Black with #BF0276

Text Example


Text Example

White with #BF0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0276; }

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

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

background-color css

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

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

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

border-color css

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

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

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