Html Css Color HEX #BF2778 Medium Red Violet

📋 copy color: '#BF2778'

red 191 ◦ green 39 ◦ blue 120

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

Shades of Medium Red Violet #BF2778

Tints of Medium Red Violet #BF2778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.14%

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

R = 54.57%
G = 11.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF2778 (or 0xBF2778) is known color: Medium Red Violet. HEX triplet: BF, 27 and 78. RGB value is (191,39,120). Sum of RGB (Red+Green+Blue) = 191+39+120=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2778 is #40D887. Grayscale: #5D5D5D. Windows color (decimal): -4249736 or 7874495. OLE color: 7874495.

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

Color convert

RGB 191 39 120 -
CMYK 0 0.80 0.37 0.25
HSL 328.03º 0.66% 0.45% -
HSV(B) 328.03º 0.8% 0.75% -
XYZ 25.6 13.88 19.1 -
YUV 93.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 191 39 120 0 0.80 0.37 0.25 328.03 0.66 0.45
Hex BF 27 78 0 50 25 19 148 42 2D
Octal 277 47 170 0 120 45 31 510 102 55
Binary 10111111 100111 1111000 0 1010000 100101 11001 101001000 1000010 101101

Color Harmonies of #BF2778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2778

Black with #BF2778

Text Example


Text Example

White with #BF2778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2778; }

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

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

background-color css

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

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

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

border-color css

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

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

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