Html Css Color HEX #BF1485 Medium Violet Red

📋 copy color: '#BF1485'

red 191 ◦ green 20 ◦ blue 133

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

Shades of Medium Violet Red #BF1485

Tints of Medium Violet Red #BF1485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 55.52%
G = 5.81%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF1485 (or 0xBF1485) is known color: Medium Violet Red. HEX triplet: BF, 14 and 85. RGB value is (191,20,133). Sum of RGB (Red+Green+Blue) = 191+20+133=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1485 is #40EB7A. Grayscale: #535353. Windows color (decimal): -4254587 or 8721599. OLE color: 8721599.

HSL color Cylindrical-coordinate representation of color #BF1485: hue angle of 320.35º 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 #BF1485 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 133 -
CMYK 0 0.90 0.30 0.25
HSL 320.35º 0.81% 0.41% -
HSV(B) 320.35º 0.9% 0.75% -
XYZ 25.97 13.27 23.38 -
YUV 84.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 191 20 133 0 0.90 0.30 0.25 320.35 0.81 0.41
Hex BF 14 85 0 5A 1E 19 140 51 29
Octal 277 24 205 0 132 36 31 500 121 51
Binary 10111111 10100 10000101 0 1011010 11110 11001 101000000 1010001 101001

Color Harmonies of #BF1485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1485

Black with #BF1485

Text Example


Text Example

White with #BF1485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1485; }

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

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

background-color css

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

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

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

border-color css

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

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

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