Html Css Color HEX #BB1C7C Medium Violet Red

📋 copy color: '#BB1C7C'

red 187 ◦ green 28 ◦ blue 124

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

Shades of Medium Violet Red #BB1C7C

Tints of Medium Violet Red #BB1C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 55.16%
G = 8.26%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB1C7C (or 0xBB1C7C) is known color: Medium Violet Red. HEX triplet: BB, 1C and 7C. RGB value is (187,28,124). Sum of RGB (Red+Green+Blue) = 187+28+124=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1C7C is #44E383. Grayscale: #565656. Windows color (decimal): -4514692 or 8133819. OLE color: 8133819.

HSL color Cylindrical-coordinate representation of color #BB1C7C: hue angle of 323.77º 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 #BB1C7C is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 28 124 -
CMYK 0 0.85 0.34 0.27
HSL 323.77º 0.74% 0.42% -
HSV(B) 323.77º 0.85% 0.73% -
XYZ 24.55 12.85 20.26 -
YUV 86.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 187 28 124 0 0.85 0.34 0.27 323.77 0.74 0.42
Hex BB 1C 7C 0 55 22 1B 144 4A 2A
Octal 273 34 174 0 125 42 33 504 112 52
Binary 10111011 11100 1111100 0 1010101 100010 11011 101000100 1001010 101010

Color Harmonies of #BB1C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C7C

Black with #BB1C7C

Text Example


Text Example

White with #BB1C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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