Html Css Color HEX #BF189B Medium Violet Red

📋 copy color: '#BF189B'

red 191 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #BF189B

Tints of Medium Violet Red #BF189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.49%

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 51.62%
G = 6.49%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF189B (or 0xBF189B) is known color: Medium Violet Red. HEX triplet: BF, 18 and 9B. RGB value is (191,24,155). Sum of RGB (Red+Green+Blue) = 191+24+155=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF189B is #40E764. Grayscale: #585858. Windows color (decimal): -4253541 or 10164415. OLE color: 10164415.

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

Color convert

RGB 191 24 155 -
CMYK 0 0.87 0.19 0.25
HSL 312.93º 0.78% 0.42% -
HSV(B) 312.93º 0.87% 0.75% -
XYZ 27.73 14.1 32.27 -
YUV 88.87 165.33 200.85 -
System Red Green Blue C M Y K H S L
Decimal 191 24 155 0 0.87 0.19 0.25 312.93 0.78 0.42
Hex BF 18 9B 0 57 13 19 139 4E 2A
Octal 277 30 233 0 127 23 31 471 116 52
Binary 10111111 11000 10011011 0 1010111 10011 11001 100111001 1001110 101010

Color Harmonies of #BF189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF189B

Black with #BF189B

Text Example


Text Example

White with #BF189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF189B; }

 p { color: rgb(191,24,155); }

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

background-color css

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

 a { background-color: rgb(191,24,155); }

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

border-color css

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

 span { border-color: rgb(191,24,155); }

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