Html Css Color HEX #BF0275 Medium Violet Red

📋 copy color: '#BF0275'

red 191 ◦ green 2 ◦ blue 117

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

Shades of Medium Violet Red #BF0275

Tints of Medium Violet Red #BF0275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 61.61%
G = 0.65%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF0275 (or 0xBF0275) is known color: Medium Violet Red. HEX triplet: BF, 02 and 75. RGB value is (191,2,117). Sum of RGB (Red+Green+Blue) = 191+2+117=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0275 is #40FD8A. Grayscale: #474747. Windows color (decimal): -4259211 or 7668415. OLE color: 7668415.

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

Color convert

RGB 191 2 117 -
CMYK 0 0.99 0.39 0.25
HSL 323.49º 0.98% 0.38% -
HSV(B) 323.49º 0.99% 0.75% -
XYZ 24.72 12.4 17.92 -
YUV 71.62 153.62 213.15 -
System Red Green Blue C M Y K H S L
Decimal 191 2 117 0 0.99 0.39 0.25 323.49 0.98 0.38
Hex BF 2 75 0 63 27 19 143 62 26
Octal 277 2 165 0 143 47 31 503 142 46
Binary 10111111 10 1110101 0 1100011 100111 11001 101000011 1100010 100110

Color Harmonies of #BF0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0275

Black with #BF0275

Text Example


Text Example

White with #BF0275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0275; }

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

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

background-color css

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

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

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

border-color css

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

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

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