Html Css Color HEX #BF136E Medium Violet Red

📋 copy color: '#BF136E'

red 191 ◦ green 19 ◦ blue 110

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

Shades of Medium Violet Red #BF136E

Tints of Medium Violet Red #BF136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 59.69%
G = 5.94%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF136E (or 0xBF136E) is known color: Medium Violet Red. HEX triplet: BF, 13 and 6E. RGB value is (191,19,110). Sum of RGB (Red+Green+Blue) = 191+19+110=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF136E is #40EC91. Grayscale: #505050. Windows color (decimal): -4254866 or 7214015. OLE color: 7214015.

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

Color convert

RGB 191 19 110 -
CMYK 0 0.90 0.42 0.25
HSL 328.26º 0.82% 0.41% -
HSV(B) 328.26º 0.9% 0.75% -
XYZ 24.53 12.67 15.9 -
YUV 80.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 191 19 110 0 0.90 0.42 0.25 328.26 0.82 0.41
Hex BF 13 6E 0 5A 2A 19 148 52 29
Octal 277 23 156 0 132 52 31 510 122 51
Binary 10111111 10011 1101110 0 1011010 101010 11001 101001000 1010010 101001

Color Harmonies of #BF136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF136E

Black with #BF136E

Text Example


Text Example

White with #BF136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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