Html Css Color HEX #BB048A Medium Violet Red

📋 copy color: '#BB048A'

red 187 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #BB048A

Tints of Medium Violet Red #BB048A

RGB

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

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

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

R = 56.84%
G = 1.22%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB048A (or 0xBB048A) is known color: Medium Violet Red. HEX triplet: BB, 04 and 8A. RGB value is (187,4,138). Sum of RGB (Red+Green+Blue) = 187+4+138=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB048A is #44FB75. Grayscale: #494949. Windows color (decimal): -4520822 or 9045179. OLE color: 9045179.

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

Color convert

RGB 187 4 138 -
CMYK 0 0.98 0.26 0.27
HSL 316.07º 0.96% 0.37% -
HSV(B) 316.07º 0.98% 0.73% -
XYZ 25.12 12.49 25.13 -
YUV 73.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 187 4 138 0 0.98 0.26 0.27 316.07 0.96 0.37
Hex BB 4 8A 0 62 1A 1B 13C 60 25
Octal 273 4 212 0 142 32 33 474 140 45
Binary 10111011 100 10001010 0 1100010 11010 11011 100111100 1100000 100101

Color Harmonies of #BB048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB048A

Black with #BB048A

Text Example


Text Example

White with #BB048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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