Html Css Color HEX #BB1C96 Medium Violet Red

📋 copy color: '#BB1C96'

red 187 ◦ green 28 ◦ blue 150

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

Shades of Medium Violet Red #BB1C96

Tints of Medium Violet Red #BB1C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 51.23%
G = 7.67%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB1C96 (or 0xBB1C96) is known color: Medium Violet Red. HEX triplet: BB, 1C and 96. RGB value is (187,28,150). Sum of RGB (Red+Green+Blue) = 187+28+150=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1C96 is #44E369. Grayscale: #595959. Windows color (decimal): -4514666 or 9837755. OLE color: 9837755.

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

Color convert

RGB 187 28 150 -
CMYK 0 0.85 0.20 0.27
HSL 313.96º 0.74% 0.42% -
HSV(B) 313.96º 0.85% 0.73% -
XYZ 26.41 13.6 30.09 -
YUV 89.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 187 28 150 0 0.85 0.20 0.27 313.96 0.74 0.42
Hex BB 1C 96 0 55 14 1B 13A 4A 2A
Octal 273 34 226 0 125 24 33 472 112 52
Binary 10111011 11100 10010110 0 1010101 10100 11011 100111010 1001010 101010

Color Harmonies of #BB1C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1C96

Black with #BB1C96

Text Example


Text Example

White with #BB1C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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