Html Css Color HEX #BB136F Medium Violet Red

📋 copy color: '#BB136F'

red 187 ◦ green 19 ◦ blue 111

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

Shades of Medium Violet Red #BB136F

Tints of Medium Violet Red #BB136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 58.99%
G = 5.99%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB136F (or 0xBB136F) is known color: Medium Violet Red. HEX triplet: BB, 13 and 6F. RGB value is (187,19,111). Sum of RGB (Red+Green+Blue) = 187+19+111=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB136F is #44EC90. Grayscale: #4F4F4F. Windows color (decimal): -4517009 or 7279547. OLE color: 7279547.

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

Color convert

RGB 187 19 111 -
CMYK 0 0.90 0.41 0.27
HSL 327.14º 0.82% 0.4% -
HSV(B) 327.14º 0.9% 0.73% -
XYZ 23.6 12.18 16.15 -
YUV 79.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 187 19 111 0 0.90 0.41 0.27 327.14 0.82 0.4
Hex BB 13 6F 0 5A 29 1B 147 52 28
Octal 273 23 157 0 132 51 33 507 122 50
Binary 10111011 10011 1101111 0 1011010 101001 11011 101000111 1010010 101000

Color Harmonies of #BB136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB136F

Black with #BB136F

Text Example


Text Example

White with #BB136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB136F; }

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

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

background-color css

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

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

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

border-color css

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

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

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