Html Css Color HEX #BB158C Medium Violet Red

📋 copy color: '#BB158C'

red 187 ◦ green 21 ◦ blue 140

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

Shades of Medium Violet Red #BB158C

Tints of Medium Violet Red #BB158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.03%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 53.74%
G = 6.03%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB158C (or 0xBB158C) is known color: Medium Violet Red. HEX triplet: BB, 15 and 8C. RGB value is (187,21,140). Sum of RGB (Red+Green+Blue) = 187+21+140=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB158C is #44EA73. Grayscale: #535353. Windows color (decimal): -4516468 or 9180603. OLE color: 9180603.

HSL color Cylindrical-coordinate representation of color #BB158C: hue angle of 316.99º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB158C is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 21 140 -
CMYK 0 0.89 0.25 0.27
HSL 316.99º 0.8% 0.41% -
HSV(B) 316.99º 0.89% 0.73% -
XYZ 25.5 12.99 25.98 -
YUV 84.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 187 21 140 0 0.89 0.25 0.27 316.99 0.8 0.41
Hex BB 15 8C 0 59 19 1B 13D 50 29
Octal 273 25 214 0 131 31 33 475 120 51
Binary 10111011 10101 10001100 0 1011001 11001 11011 100111101 1010000 101001

Color Harmonies of #BB158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB158C

Black with #BB158C

Text Example


Text Example

White with #BB158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB158C; }

 p { color: rgb(187,21,140); }

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

background-color css

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

 a { background-color: rgb(187,21,140); }

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

border-color css

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

 span { border-color: rgb(187,21,140); }

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