Html Css Color HEX #BF0D78 Medium Violet Red

📋 copy color: '#BF0D78'

red 191 ◦ green 13 ◦ blue 120

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

Shades of Medium Violet Red #BF0D78

Tints of Medium Violet Red #BF0D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.01%

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

R = 58.95%
G = 4.01%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF0D78 (or 0xBF0D78) is known color: Medium Violet Red. HEX triplet: BF, 0D and 78. RGB value is (191,13,120). Sum of RGB (Red+Green+Blue) = 191+13+120=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0D78 is #40F287. Grayscale: #4E4E4E. Windows color (decimal): -4256392 or 7867839. OLE color: 7867839.

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

Color convert

RGB 191 13 120 -
CMYK 0 0.93 0.37 0.25
HSL 323.93º 0.87% 0.4% -
HSV(B) 323.93º 0.93% 0.75% -
XYZ 25.02 12.72 18.91 -
YUV 78.42 151.47 208.3 -
System Red Green Blue C M Y K H S L
Decimal 191 13 120 0 0.93 0.37 0.25 323.93 0.87 0.4
Hex BF D 78 0 5D 25 19 144 57 28
Octal 277 15 170 0 135 45 31 504 127 50
Binary 10111111 1101 1111000 0 1011101 100101 11001 101000100 1010111 101000

Color Harmonies of #BF0D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0D78

Black with #BF0D78

Text Example


Text Example

White with #BF0D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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