Html Css Color HEX #BF0070 Medium Violet Red

📋 copy color: '#BF0070'

red 191 ◦ green 0 ◦ blue 112

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

Shades of Medium Violet Red #BF0070

Tints of Medium Violet Red #BF0070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 63.04%
G = 0%
B = 36.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF0070 (or 0xBF0070) is known color: Medium Violet Red. HEX triplet: BF, 00 and 70. RGB value is (191,0,112). Sum of RGB (Red+Green+Blue) = 191+0+112=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0070 is #40FF8F. Grayscale: #454545. Windows color (decimal): -4259728 or 7340223. OLE color: 7340223.

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

Color convert

RGB 191 0 112 -
CMYK 0 1 0.41 0.25
HSL 324.82º 1% 0.37% -
HSV(B) 324.82º 1% 0.75% -
XYZ 24.41 12.25 16.41 -
YUV 69.88 151.78 214.39 -
System Red Green Blue C M Y K H S L
Decimal 191 0 112 0 1 0.41 0.25 324.82 1 0.37
Hex BF 0 70 0 64 29 19 145 64 25
Octal 277 0 160 0 144 51 31 505 144 45
Binary 10111111 0 1110000 0 1100100 101001 11001 101000101 1100100 100101

Color Harmonies of #BF0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0070

Black with #BF0070

Text Example


Text Example

White with #BF0070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0070; }

 p { color: rgb(191,0,112); }

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

background-color css

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

 a { background-color: rgb(191,0,112); }

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

border-color css

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

 span { border-color: rgb(191,0,112); }

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