Html Css Color HEX #BB148A Medium Violet Red

📋 copy color: '#BB148A'

red 187 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #BB148A

Tints of Medium Violet Red #BB148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40%

R = 54.2%
G = 5.8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB148A (or 0xBB148A) is known color: Medium Violet Red. HEX triplet: BB, 14 and 8A. RGB value is (187,20,138). Sum of RGB (Red+Green+Blue) = 187+20+138=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB148A is #44EB75. Grayscale: #535353. Windows color (decimal): -4516726 or 9049275. OLE color: 9049275.

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

Color convert

RGB 187 20 138 -
CMYK 0 0.89 0.26 0.27
HSL 317.6º 0.81% 0.41% -
HSV(B) 317.6º 0.89% 0.73% -
XYZ 25.33 12.9 25.2 -
YUV 83.39 158.83 201.91 -
System Red Green Blue C M Y K H S L
Decimal 187 20 138 0 0.89 0.26 0.27 317.6 0.81 0.41
Hex BB 14 8A 0 59 1A 1B 13E 51 29
Octal 273 24 212 0 131 32 33 476 121 51
Binary 10111011 10100 10001010 0 1011001 11010 11011 100111110 1010001 101001

Color Harmonies of #BB148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB148A

Black with #BB148A

Text Example


Text Example

White with #BB148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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