Html Css Color HEX #BF189C Medium Violet Red

📋 copy color: '#BF189C'

red 191 ◦ green 24 ◦ blue 156

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

Shades of Medium Violet Red #BF189C

Tints of Medium Violet Red #BF189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 51.48%
G = 6.47%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF189C (or 0xBF189C) is known color: Medium Violet Red. HEX triplet: BF, 18 and 9C. RGB value is (191,24,156). Sum of RGB (Red+Green+Blue) = 191+24+156=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF189C is #40E763. Grayscale: #585858. Windows color (decimal): -4253540 or 10229951. OLE color: 10229951.

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

Color convert

RGB 191 24 156 -
CMYK 0 0.87 0.18 0.25
HSL 312.57º 0.78% 0.42% -
HSV(B) 312.57º 0.87% 0.75% -
XYZ 27.81 14.13 32.71 -
YUV 88.98 165.83 200.77 -
System Red Green Blue C M Y K H S L
Decimal 191 24 156 0 0.87 0.18 0.25 312.57 0.78 0.42
Hex BF 18 9C 0 57 12 19 139 4E 2A
Octal 277 30 234 0 127 22 31 471 116 52
Binary 10111111 11000 10011100 0 1010111 10010 11001 100111001 1001110 101010

Color Harmonies of #BF189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF189C

Black with #BF189C

Text Example


Text Example

White with #BF189C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF189C; }

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

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

background-color css

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

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

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

border-color css

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

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

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