Html Css Color HEX #BF0478 Medium Violet Red

📋 copy color: '#BF0478'

red 191 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #BF0478

Tints of Medium Violet Red #BF0478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

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

R = 60.63%
G = 1.27%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF0478 (or 0xBF0478) is known color: Medium Violet Red. HEX triplet: BF, 04 and 78. RGB value is (191,4,120). Sum of RGB (Red+Green+Blue) = 191+4+120=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0478 is #40FB87. Grayscale: #484848. Windows color (decimal): -4258696 or 7865535. OLE color: 7865535.

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

Color convert

RGB 191 4 120 -
CMYK 0 0.98 0.37 0.25
HSL 322.78º 0.96% 0.38% -
HSV(B) 322.78º 0.98% 0.75% -
XYZ 24.92 12.52 18.87 -
YUV 73.14 154.45 212.07 -
System Red Green Blue C M Y K H S L
Decimal 191 4 120 0 0.98 0.37 0.25 322.78 0.96 0.38
Hex BF 4 78 0 62 25 19 143 60 26
Octal 277 4 170 0 142 45 31 503 140 46
Binary 10111111 100 1111000 0 1100010 100101 11001 101000011 1100000 100110

Color Harmonies of #BF0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0478

Black with #BF0478

Text Example


Text Example

White with #BF0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0478; }

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

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

background-color css

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

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

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

border-color css

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

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

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