Html Css Color HEX #BF1278 Medium Violet Red

📋 copy color: '#BF1278'

red 191 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #BF1278

Tints of Medium Violet Red #BF1278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

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

R = 58.05%
G = 5.47%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF1278 (or 0xBF1278) is known color: Medium Violet Red. HEX triplet: BF, 12 and 78. RGB value is (191,18,120). Sum of RGB (Red+Green+Blue) = 191+18+120=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1278 is #40ED87. Grayscale: #515151. Windows color (decimal): -4255112 or 7869119. OLE color: 7869119.

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

Color convert

RGB 191 18 120 -
CMYK 0 0.91 0.37 0.25
HSL 324.62º 0.83% 0.41% -
HSV(B) 324.62º 0.91% 0.75% -
XYZ 25.09 12.87 18.93 -
YUV 81.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 191 18 120 0 0.91 0.37 0.25 324.62 0.83 0.41
Hex BF 12 78 0 5B 25 19 145 53 29
Octal 277 22 170 0 133 45 31 505 123 51
Binary 10111111 10010 1111000 0 1011011 100101 11001 101000101 1010011 101001

Color Harmonies of #BF1278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1278

Black with #BF1278

Text Example


Text Example

White with #BF1278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1278; }

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

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

background-color css

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

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

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

border-color css

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

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

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