Html Css Color HEX #BF156B Medium Violet Red

📋 copy color: '#BF156B'

red 191 ◦ green 21 ◦ blue 107

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

Shades of Medium Violet Red #BF156B

Tints of Medium Violet Red #BF156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.58%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 59.87%
G = 6.58%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF156B (or 0xBF156B) is known color: Medium Violet Red. HEX triplet: BF, 15 and 6B. RGB value is (191,21,107). Sum of RGB (Red+Green+Blue) = 191+21+107=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF156B is #40EA94. Grayscale: #515151. Windows color (decimal): -4254357 or 7017919. OLE color: 7017919.

HSL color Cylindrical-coordinate representation of color #BF156B: hue angle of 329.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF156B is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 21 107 -
CMYK 0 0.89 0.44 0.25
HSL 329.65º 0.8% 0.42% -
HSV(B) 329.65º 0.89% 0.75% -
XYZ 24.41 12.67 15.07 -
YUV 81.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 191 21 107 0 0.89 0.44 0.25 329.65 0.8 0.42
Hex BF 15 6B 0 59 2C 19 14A 50 2A
Octal 277 25 153 0 131 54 31 512 120 52
Binary 10111111 10101 1101011 0 1011001 101100 11001 101001010 1010000 101010

Color Harmonies of #BF156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF156B

Black with #BF156B

Text Example


Text Example

White with #BF156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF156B; }

 p { color: rgb(191,21,107); }

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

background-color css

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

 a { background-color: rgb(191,21,107); }

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

border-color css

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

 span { border-color: rgb(191,21,107); }

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