Html Css Color HEX #BF0078 Medium Violet Red

📋 copy color: '#BF0078'

red 191 ◦ green 0 ◦ blue 120

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

Shades of Medium Violet Red #BF0078

Tints of Medium Violet Red #BF0078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 61.41%
G = 0%
B = 38.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF0078 (or 0xBF0078) is known color: Medium Violet Red. HEX triplet: BF, 00 and 78. RGB value is (191,0,120). Sum of RGB (Red+Green+Blue) = 191+0+120=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0078 is #40FF87. Grayscale: #464646. Windows color (decimal): -4259720 or 7864511. OLE color: 7864511.

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

Color convert

RGB 191 0 120 -
CMYK 0 1 0.37 0.25
HSL 322.3º 1% 0.37% -
HSV(B) 322.3º 1% 0.75% -
XYZ 24.88 12.43 18.86 -
YUV 70.79 155.78 213.74 -
System Red Green Blue C M Y K H S L
Decimal 191 0 120 0 1 0.37 0.25 322.3 1 0.37
Hex BF 0 78 0 64 25 19 142 64 25
Octal 277 0 170 0 144 45 31 502 144 45
Binary 10111111 0 1111000 0 1100100 100101 11001 101000010 1100100 100101

Color Harmonies of #BF0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0078

Black with #BF0078

Text Example


Text Example

White with #BF0078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0078; }

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

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

background-color css

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

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

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

border-color css

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

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

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