Html Css Color HEX #BF136D Medium Violet Red

📋 copy color: '#BF136D'

red 191 ◦ green 19 ◦ blue 109

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

Shades of Medium Violet Red #BF136D

Tints of Medium Violet Red #BF136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 59.87%
G = 5.96%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF136D (or 0xBF136D) is known color: Medium Violet Red. HEX triplet: BF, 13 and 6D. RGB value is (191,19,109). Sum of RGB (Red+Green+Blue) = 191+19+109=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF136D is #40EC92. Grayscale: #505050. Windows color (decimal): -4254867 or 7148479. OLE color: 7148479.

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

Color convert

RGB 191 19 109 -
CMYK 0 0.90 0.43 0.25
HSL 328.6º 0.82% 0.41% -
HSV(B) 328.6º 0.9% 0.75% -
XYZ 24.48 12.65 15.62 -
YUV 80.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 191 19 109 0 0.90 0.43 0.25 328.6 0.82 0.41
Hex BF 13 6D 0 5A 2B 19 149 52 29
Octal 277 23 155 0 132 53 31 511 122 51
Binary 10111111 10011 1101101 0 1011010 101011 11001 101001001 1010010 101001

Color Harmonies of #BF136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF136D

Black with #BF136D

Text Example


Text Example

White with #BF136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF136D; }

 p { color: rgb(191,19,109); }

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

background-color css

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

 a { background-color: rgb(191,19,109); }

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

border-color css

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

 span { border-color: rgb(191,19,109); }

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