Html Css Color HEX #BF1285 Medium Violet Red

📋 copy color: '#BF1285'

red 191 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #BF1285

Tints of Medium Violet Red #BF1285

RGB

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

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

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

R = 55.85%
G = 5.26%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF1285 (or 0xBF1285) is known color: Medium Violet Red. HEX triplet: BF, 12 and 85. RGB value is (191,18,133). Sum of RGB (Red+Green+Blue) = 191+18+133=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1285 is #40ED7A. Grayscale: #525252. Windows color (decimal): -4255099 or 8721087. OLE color: 8721087.

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

Color convert

RGB 191 18 133 -
CMYK 0 0.91 0.30 0.25
HSL 320.12º 0.83% 0.41% -
HSV(B) 320.12º 0.91% 0.75% -
XYZ 25.94 13.2 23.37 -
YUV 82.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 191 18 133 0 0.91 0.30 0.25 320.12 0.83 0.41
Hex BF 12 85 0 5B 1E 19 140 53 29
Octal 277 22 205 0 133 36 31 500 123 51
Binary 10111111 10010 10000101 0 1011011 11110 11001 101000000 1010011 101001

Color Harmonies of #BF1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1285

Black with #BF1285

Text Example


Text Example

White with #BF1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1285; }

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

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

background-color css

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

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

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

border-color css

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

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

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