Html Css Color HEX #BF1283 Medium Violet Red

📋 copy color: '#BF1283'

red 191 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #BF1283

Tints of Medium Violet Red #BF1283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 56.18%
G = 5.29%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF1283 (or 0xBF1283) is known color: Medium Violet Red. HEX triplet: BF, 12 and 83. RGB value is (191,18,131). Sum of RGB (Red+Green+Blue) = 191+18+131=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1283 is #40ED7C. Grayscale: #525252. Windows color (decimal): -4255101 or 8590015. OLE color: 8590015.

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

Color convert

RGB 191 18 131 -
CMYK 0 0.91 0.31 0.25
HSL 320.81º 0.83% 0.41% -
HSV(B) 320.81º 0.91% 0.75% -
XYZ 25.8 13.15 22.65 -
YUV 82.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 191 18 131 0 0.91 0.31 0.25 320.81 0.83 0.41
Hex BF 12 83 0 5B 1F 19 141 53 29
Octal 277 22 203 0 133 37 31 501 123 51
Binary 10111111 10010 10000011 0 1011011 11111 11001 101000001 1010011 101001

Color Harmonies of #BF1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1283

Black with #BF1283

Text Example


Text Example

White with #BF1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1283; }

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

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

background-color css

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

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

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

border-color css

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

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

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