Html Css Color HEX #BB2A81 Medium Red Violet

📋 copy color: '#BB2A81'

red 187 ◦ green 42 ◦ blue 129

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

Shades of Medium Red Violet #BB2A81

Tints of Medium Red Violet #BB2A81

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.73%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 52.23%
G = 11.73%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB2A81 (or 0xBB2A81) is known color: Medium Red Violet. HEX triplet: BB, 2A and 81. RGB value is (187,42,129). Sum of RGB (Red+Green+Blue) = 187+42+129=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2A81 is #44D57E. Grayscale: #5F5F5F. Windows color (decimal): -4511103 or 8465083. OLE color: 8465083.

HSL color Cylindrical-coordinate representation of color #BB2A81: hue angle of 324º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A81 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 42 129 -
CMYK 0 0.78 0.31 0.27
HSL 324º 0.63% 0.45% -
HSV(B) 324º 0.78% 0.73% -
XYZ 25.28 13.81 22.1 -
YUV 95.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 187 42 129 0 0.78 0.31 0.27 324 0.63 0.45
Hex BB 2A 81 0 4E 1F 1B 144 3F 2D
Octal 273 52 201 0 116 37 33 504 77 55
Binary 10111011 101010 10000001 0 1001110 11111 11011 101000100 111111 101101

Color Harmonies of #BB2A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A81

Black with #BB2A81

Text Example


Text Example

White with #BB2A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A81; }

 p { color: rgb(187,42,129); }

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

background-color css

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

 a { background-color: rgb(187,42,129); }

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

border-color css

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

 span { border-color: rgb(187,42,129); }

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