Html Css Color HEX #BF1888 Medium Violet Red

📋 copy color: '#BF1888'

red 191 ◦ green 24 ◦ blue 136

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

Shades of Medium Violet Red #BF1888

Tints of Medium Violet Red #BF1888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 54.42%
G = 6.84%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF1888 (or 0xBF1888) is known color: Medium Violet Red. HEX triplet: BF, 18 and 88. RGB value is (191,24,136). Sum of RGB (Red+Green+Blue) = 191+24+136=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1888 is #40E777. Grayscale: #565656. Windows color (decimal): -4253560 or 8919231. OLE color: 8919231.

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

Color convert

RGB 191 24 136 -
CMYK 0 0.87 0.29 0.25
HSL 319.76º 0.78% 0.42% -
HSV(B) 319.76º 0.87% 0.75% -
XYZ 26.26 13.51 24.52 -
YUV 86.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 191 24 136 0 0.87 0.29 0.25 319.76 0.78 0.42
Hex BF 18 88 0 57 1D 19 140 4E 2A
Octal 277 30 210 0 127 35 31 500 116 52
Binary 10111111 11000 10001000 0 1010111 11101 11001 101000000 1001110 101010

Color Harmonies of #BF1888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1888

Black with #BF1888

Text Example


Text Example

White with #BF1888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1888; }

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

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

background-color css

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

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

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

border-color css

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

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

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