Html Css Color HEX #BF136C Medium Violet Red

📋 copy color: '#BF136C'

red 191 ◦ green 19 ◦ blue 108

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

Shades of Medium Violet Red #BF136C

Tints of Medium Violet Red #BF136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 60.06%
G = 5.97%
B = 33.96%

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

#BF136C (or 0xBF136C) is known color: Medium Violet Red. HEX triplet: BF, 13 and 6C. RGB value is (191,19,108). Sum of RGB (Red+Green+Blue) = 191+19+108=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF136C is #40EC93. Grayscale: #505050. Windows color (decimal): -4254868 or 7082943. OLE color: 7082943.

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

Color convert

RGB 191 19 108 -
CMYK 0 0.90 0.43 0.25
HSL 328.95º 0.82% 0.41% -
HSV(B) 328.95º 0.9% 0.75% -
XYZ 24.43 12.62 15.34 -
YUV 80.57 143.48 206.76 -
System Red Green Blue C M Y K H S L
Decimal 191 19 108 0 0.90 0.43 0.25 328.95 0.82 0.41
Hex BF 13 6C 0 5A 2B 19 149 52 29
Octal 277 23 154 0 132 53 31 511 122 51
Binary 10111111 10011 1101100 0 1011010 101011 11001 101001001 1010010 101001

Color Harmonies of #BF136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF136C

Black with #BF136C

Text Example


Text Example

White with #BF136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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