Html Css Color HEX #BB1C8F Medium Violet Red

📋 copy color: '#BB1C8F'

red 187 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #BB1C8F

Tints of Medium Violet Red #BB1C8F

RGB

 RED value IS 187 (73.44% from 255) = 52.23%

 GREEN value IS 28 (11.33% from 255) = 7.82%

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 52.23%
G = 7.82%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB1C8F (or 0xBB1C8F) is known color: Medium Violet Red. HEX triplet: BB, 1C and 8F. RGB value is (187,28,143). Sum of RGB (Red+Green+Blue) = 187+28+143=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1C8F is #44E370. Grayscale: #585858. Windows color (decimal): -4514673 or 9379003. OLE color: 9379003.

HSL color Cylindrical-coordinate representation of color #BB1C8F: hue angle of 316.6º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1C8F is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 28 143 -
CMYK 0 0.85 0.24 0.27
HSL 316.6º 0.74% 0.42% -
HSV(B) 316.6º 0.85% 0.73% -
XYZ 25.87 13.38 27.21 -
YUV 88.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 187 28 143 0 0.85 0.24 0.27 316.6 0.74 0.42
Hex BB 1C 8F 0 55 18 1B 13D 4A 2A
Octal 273 34 217 0 125 30 33 475 112 52
Binary 10111011 11100 10001111 0 1010101 11000 11011 100111101 1001010 101010

Color Harmonies of #BB1C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C8F

Black with #BB1C8F

Text Example


Text Example

White with #BB1C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C8F; }

 p { color: rgb(187,28,143); }

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

background-color css

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

 a { background-color: rgb(187,28,143); }

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

border-color css

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

 span { border-color: rgb(187,28,143); }

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