Html Css Color HEX #BB1D9B Medium Violet Red

📋 copy color: '#BB1D9B'

red 187 ◦ green 29 ◦ blue 155

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

Shades of Medium Violet Red #BB1D9B

Tints of Medium Violet Red #BB1D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 50.4%
G = 7.82%
B = 41.78%

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

#BB1D9B (or 0xBB1D9B) is known color: Medium Violet Red. HEX triplet: BB, 1D and 9B. RGB value is (187,29,155). Sum of RGB (Red+Green+Blue) = 187+29+155=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D9B is #44E264. Grayscale: #5A5A5A. Windows color (decimal): -4514405 or 10165691. OLE color: 10165691.

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

Color convert

RGB 187 29 155 -
CMYK 0 0.84 0.17 0.27
HSL 312.15º 0.73% 0.42% -
HSV(B) 312.15º 0.84% 0.73% -
XYZ 26.85 13.81 32.26 -
YUV 90.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 187 29 155 0 0.84 0.17 0.27 312.15 0.73 0.42
Hex BB 1D 9B 0 54 11 1B 138 49 2A
Octal 273 35 233 0 124 21 33 470 111 52
Binary 10111011 11101 10011011 0 1010100 10001 11011 100111000 1001001 101010

Color Harmonies of #BB1D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D9B

Black with #BB1D9B

Text Example


Text Example

White with #BB1D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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