Html Css Color HEX #BB158D Medium Violet Red

📋 copy color: '#BB158D'

red 187 ◦ green 21 ◦ blue 141

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

Shades of Medium Violet Red #BB158D

Tints of Medium Violet Red #BB158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 53.58%
G = 6.02%
B = 40.4%

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

#BB158D (or 0xBB158D) is known color: Medium Violet Red. HEX triplet: BB, 15 and 8D. RGB value is (187,21,141). Sum of RGB (Red+Green+Blue) = 187+21+141=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB158D is #44EA72. Grayscale: #545454. Windows color (decimal): -4516467 or 9246139. OLE color: 9246139.

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

Color convert

RGB 187 21 141 -
CMYK 0 0.89 0.25 0.27
HSL 316.63º 0.8% 0.41% -
HSV(B) 316.63º 0.89% 0.73% -
XYZ 25.57 13.02 26.37 -
YUV 84.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 187 21 141 0 0.89 0.25 0.27 316.63 0.8 0.41
Hex BB 15 8D 0 59 19 1B 13D 50 29
Octal 273 25 215 0 131 31 33 475 120 51
Binary 10111011 10101 10001101 0 1011001 11001 11011 100111101 1010000 101001

Color Harmonies of #BB158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB158D

Black with #BB158D

Text Example


Text Example

White with #BB158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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