Html Css Color HEX #BB048B Medium Violet Red

📋 copy color: '#BB048B'

red 187 ◦ green 4 ◦ blue 139

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

Shades of Medium Violet Red #BB048B

Tints of Medium Violet Red #BB048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 56.67%
G = 1.21%
B = 42.12%

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

#BB048B (or 0xBB048B) is known color: Medium Violet Red. HEX triplet: BB, 04 and 8B. RGB value is (187,4,139). Sum of RGB (Red+Green+Blue) = 187+4+139=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB048B is #44FB74. Grayscale: #494949. Windows color (decimal): -4520821 or 9110715. OLE color: 9110715.

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

Color convert

RGB 187 4 139 -
CMYK 0 0.98 0.26 0.27
HSL 315.74º 0.96% 0.37% -
HSV(B) 315.74º 0.98% 0.73% -
XYZ 25.2 12.52 25.51 -
YUV 74.11 164.63 208.52 -
System Red Green Blue C M Y K H S L
Decimal 187 4 139 0 0.98 0.26 0.27 315.74 0.96 0.37
Hex BB 4 8B 0 62 1A 1B 13C 60 25
Octal 273 4 213 0 142 32 33 474 140 45
Binary 10111011 100 10001011 0 1100010 11010 11011 100111100 1100000 100101

Color Harmonies of #BB048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB048B

Black with #BB048B

Text Example


Text Example

White with #BB048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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