Html Css Color HEX #BB0488 Medium Violet Red

📋 copy color: '#BB0488'

red 187 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #BB0488

Tints of Medium Violet Red #BB0488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.59%

R = 57.19%
G = 1.22%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB0488 (or 0xBB0488) is known color: Medium Violet Red. HEX triplet: BB, 04 and 88. RGB value is (187,4,136). Sum of RGB (Red+Green+Blue) = 187+4+136=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0488 is #44FB77. Grayscale: #494949. Windows color (decimal): -4520824 or 8914107. OLE color: 8914107.

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

Color convert

RGB 187 4 136 -
CMYK 0 0.98 0.27 0.27
HSL 316.72º 0.96% 0.37% -
HSV(B) 316.72º 0.98% 0.73% -
XYZ 24.98 12.43 24.37 -
YUV 73.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 187 4 136 0 0.98 0.27 0.27 316.72 0.96 0.37
Hex BB 4 88 0 62 1B 1B 13D 60 25
Octal 273 4 210 0 142 33 33 475 140 45
Binary 10111011 100 10001000 0 1100010 11011 11011 100111101 1100000 100101

Color Harmonies of #BB0488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0488

Black with #BB0488

Text Example


Text Example

White with #BB0488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0488; }

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

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

background-color css

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

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

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

border-color css

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

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

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