Html Css Color HEX #BF1488 Medium Violet Red

📋 copy color: '#BF1488'

red 191 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #BF1488

Tints of Medium Violet Red #BF1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.76%

 BLUE value IS 136 (53.52% from 255) = 39.19%

R = 55.04%
G = 5.76%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF1488 (or 0xBF1488) is known color: Medium Violet Red. HEX triplet: BF, 14 and 88. RGB value is (191,20,136). Sum of RGB (Red+Green+Blue) = 191+20+136=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1488 is #40EB77. Grayscale: #545454. Windows color (decimal): -4254584 or 8918207. OLE color: 8918207.

HSL color Cylindrical-coordinate representation of color #BF1488: hue angle of 319.3º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1488 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 136 -
CMYK 0 0.90 0.29 0.25
HSL 319.3º 0.81% 0.41% -
HSV(B) 319.3º 0.9% 0.75% -
XYZ 26.18 13.35 24.49 -
YUV 84.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 191 20 136 0 0.90 0.29 0.25 319.3 0.81 0.41
Hex BF 14 88 0 5A 1D 19 13F 51 29
Octal 277 24 210 0 132 35 31 477 121 51
Binary 10111111 10100 10001000 0 1011010 11101 11001 100111111 1010001 101001

Color Harmonies of #BF1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1488

Black with #BF1488

Text Example


Text Example

White with #BF1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1488; }

 p { color: rgb(191,20,136); }

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

background-color css

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

 a { background-color: rgb(191,20,136); }

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

border-color css

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

 span { border-color: rgb(191,20,136); }

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