Html Css Color HEX #BB1296 Medium Violet Red

📋 copy color: '#BB1296'

red 187 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #BB1296

Tints of Medium Violet Red #BB1296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.07%

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

R = 52.68%
G = 5.07%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB1296 (or 0xBB1296) is known color: Medium Violet Red. HEX triplet: BB, 12 and 96. RGB value is (187,18,150). Sum of RGB (Red+Green+Blue) = 187+18+150=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1296 is #44ED69. Grayscale: #535353. Windows color (decimal): -4517226 or 9835195. OLE color: 9835195.

HSL color Cylindrical-coordinate representation of color #BB1296: hue angle of 313.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1296 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 150 -
CMYK 0 0.90 0.20 0.27
HSL 313.14º 0.82% 0.4% -
HSV(B) 313.14º 0.9% 0.73% -
XYZ 26.21 13.2 30.02 -
YUV 83.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 187 18 150 0 0.90 0.20 0.27 313.14 0.82 0.4
Hex BB 12 96 0 5A 14 1B 139 52 28
Octal 273 22 226 0 132 24 33 471 122 50
Binary 10111011 10010 10010110 0 1011010 10100 11011 100111001 1010010 101000

Color Harmonies of #BB1296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1296

Black with #BB1296

Text Example


Text Example

White with #BB1296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1296; }

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

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

background-color css

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

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

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

border-color css

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

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

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