Html Css Color HEX #BF187B Medium Violet Red

📋 copy color: '#BF187B'

red 191 ◦ green 24 ◦ blue 123

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

Shades of Medium Violet Red #BF187B

Tints of Medium Violet Red #BF187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 56.51%
G = 7.1%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF187B (or 0xBF187B) is known color: Medium Violet Red. HEX triplet: BF, 18 and 7B. RGB value is (191,24,123). Sum of RGB (Red+Green+Blue) = 191+24+123=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF187B is #40E784. Grayscale: #545454. Windows color (decimal): -4253573 or 8067263. OLE color: 8067263.

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

Color convert

RGB 191 24 123 -
CMYK 0 0.87 0.36 0.25
HSL 324.43º 0.78% 0.42% -
HSV(B) 324.43º 0.87% 0.75% -
XYZ 25.39 13.16 19.94 -
YUV 85.22 149.33 203.45 -
System Red Green Blue C M Y K H S L
Decimal 191 24 123 0 0.87 0.36 0.25 324.43 0.78 0.42
Hex BF 18 7B 0 57 24 19 144 4E 2A
Octal 277 30 173 0 127 44 31 504 116 52
Binary 10111111 11000 1111011 0 1010111 100100 11001 101000100 1001110 101010

Color Harmonies of #BF187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF187B

Black with #BF187B

Text Example


Text Example

White with #BF187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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