Html Css Color HEX #BB048E Medium Violet Red

📋 copy color: '#BB048E'

red 187 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #BB048E

Tints of Medium Violet Red #BB048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 142 (55.86% from 255) = 42.64%

R = 56.16%
G = 1.2%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB048E (or 0xBB048E) is known color: Medium Violet Red. HEX triplet: BB, 04 and 8E. RGB value is (187,4,142). Sum of RGB (Red+Green+Blue) = 187+4+142=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB048E is #44FB71. Grayscale: #4A4A4A. Windows color (decimal): -4520818 or 9307323. OLE color: 9307323.

HSL color Cylindrical-coordinate representation of color #BB048E: hue angle of 314.75º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB048E is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 142 -
CMYK 0 0.98 0.24 0.27
HSL 314.75º 0.96% 0.37% -
HSV(B) 314.75º 0.98% 0.73% -
XYZ 25.42 12.6 26.68 -
YUV 74.45 166.13 208.28 -
System Red Green Blue C M Y K H S L
Decimal 187 4 142 0 0.98 0.24 0.27 314.75 0.96 0.37
Hex BB 4 8E 0 62 18 1B 13B 60 25
Octal 273 4 216 0 142 30 33 473 140 45
Binary 10111011 100 10001110 0 1100010 11000 11011 100111011 1100000 100101

Color Harmonies of #BB048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB048E

Black with #BB048E

Text Example


Text Example

White with #BB048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB048E; }

 p { color: rgb(187,4,142); }

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

background-color css

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

 a { background-color: rgb(187,4,142); }

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

border-color css

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

 span { border-color: rgb(187,4,142); }

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