Html Css Color HEX #BB1D9C Medium Violet Red

📋 copy color: '#BB1D9C'

red 187 ◦ green 29 ◦ blue 156

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

Shades of Medium Violet Red #BB1D9C

Tints of Medium Violet Red #BB1D9C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.8%

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 50.27%
G = 7.8%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB1D9C (or 0xBB1D9C) is known color: Medium Violet Red. HEX triplet: BB, 1D and 9C. RGB value is (187,29,156). Sum of RGB (Red+Green+Blue) = 187+29+156=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D9C is #44E263. Grayscale: #5A5A5A. Windows color (decimal): -4514404 or 10231227. OLE color: 10231227.

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

Color convert

RGB 187 29 156 -
CMYK 0 0.84 0.17 0.27
HSL 311.77º 0.73% 0.42% -
HSV(B) 311.77º 0.84% 0.73% -
XYZ 26.93 13.84 32.71 -
YUV 90.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 187 29 156 0 0.84 0.17 0.27 311.77 0.73 0.42
Hex BB 1D 9C 0 54 11 1B 138 49 2A
Octal 273 35 234 0 124 21 33 470 111 52
Binary 10111011 11101 10011100 0 1010100 10001 11011 100111000 1001001 101010

Color Harmonies of #BB1D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D9C

Black with #BB1D9C

Text Example


Text Example

White with #BB1D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D9C; }

 p { color: rgb(187,29,156); }

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

background-color css

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

 a { background-color: rgb(187,29,156); }

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

border-color css

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

 span { border-color: rgb(187,29,156); }

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