Html Css Color HEX #BB048F Medium Violet Red

📋 copy color: '#BB048F'

red 187 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #BB048F

Tints of Medium Violet Red #BB048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 55.99%
G = 1.2%
B = 42.81%

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

#BB048F (or 0xBB048F) is known color: Medium Violet Red. HEX triplet: BB, 04 and 8F. RGB value is (187,4,143). Sum of RGB (Red+Green+Blue) = 187+4+143=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB048F is #44FB70. Grayscale: #4A4A4A. Windows color (decimal): -4520817 or 9372859. OLE color: 9372859.

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

Color convert

RGB 187 4 143 -
CMYK 0 0.98 0.24 0.27
HSL 314.43º 0.96% 0.37% -
HSV(B) 314.43º 0.98% 0.73% -
XYZ 25.49 12.63 27.08 -
YUV 74.56 166.63 208.2 -
System Red Green Blue C M Y K H S L
Decimal 187 4 143 0 0.98 0.24 0.27 314.43 0.96 0.37
Hex BB 4 8F 0 62 18 1B 13A 60 25
Octal 273 4 217 0 142 30 33 472 140 45
Binary 10111011 100 10001111 0 1100010 11000 11011 100111010 1100000 100101

Color Harmonies of #BB048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB048F

Black with #BB048F

Text Example


Text Example

White with #BB048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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