Html Css Color HEX #BB139C Medium Violet Red

📋 copy color: '#BB139C'

red 187 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #BB139C

Tints of Medium Violet Red #BB139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

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

R = 51.66%
G = 5.25%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB139C (or 0xBB139C) is known color: Medium Violet Red. HEX triplet: BB, 13 and 9C. RGB value is (187,19,156). Sum of RGB (Red+Green+Blue) = 187+19+156=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB139C is #44EC63. Grayscale: #545454. Windows color (decimal): -4516964 or 10228667. OLE color: 10228667.

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

Color convert

RGB 187 19 156 -
CMYK 0 0.90 0.17 0.27
HSL 311.07º 0.82% 0.4% -
HSV(B) 311.07º 0.9% 0.73% -
XYZ 26.73 13.43 32.64 -
YUV 84.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 187 19 156 0 0.90 0.17 0.27 311.07 0.82 0.4
Hex BB 13 9C 0 5A 11 1B 137 52 28
Octal 273 23 234 0 132 21 33 467 122 50
Binary 10111011 10011 10011100 0 1011010 10001 11011 100110111 1010010 101000

Color Harmonies of #BB139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB139C

Black with #BB139C

Text Example


Text Example

White with #BB139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB139C; }

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

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

background-color css

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

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

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

border-color css

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

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

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