Html Css Color HEX #BB148D Medium Violet Red

📋 copy color: '#BB148D'

red 187 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #BB148D

Tints of Medium Violet Red #BB148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.75%

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

R = 53.74%
G = 5.75%
B = 40.52%

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

#BB148D (or 0xBB148D) is known color: Medium Violet Red. HEX triplet: BB, 14 and 8D. RGB value is (187,20,141). Sum of RGB (Red+Green+Blue) = 187+20+141=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB148D is #44EB72. Grayscale: #535353. Windows color (decimal): -4516723 or 9245883. OLE color: 9245883.

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

Color convert

RGB 187 20 141 -
CMYK 0 0.89 0.25 0.27
HSL 316.53º 0.81% 0.41% -
HSV(B) 316.53º 0.89% 0.73% -
XYZ 25.55 12.99 26.36 -
YUV 83.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 187 20 141 0 0.89 0.25 0.27 316.53 0.81 0.41
Hex BB 14 8D 0 59 19 1B 13D 51 29
Octal 273 24 215 0 131 31 33 475 121 51
Binary 10111011 10100 10001101 0 1011001 11001 11011 100111101 1010001 101001

Color Harmonies of #BB148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB148D

Black with #BB148D

Text Example


Text Example

White with #BB148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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