Html Css Color HEX #BB2A7E Medium Red Violet

📋 copy color: '#BB2A7E'

red 187 ◦ green 42 ◦ blue 126

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

Shades of Medium Red Violet #BB2A7E

Tints of Medium Red Violet #BB2A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 52.68%
G = 11.83%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB2A7E (or 0xBB2A7E) is known color: Medium Red Violet. HEX triplet: BB, 2A and 7E. RGB value is (187,42,126). Sum of RGB (Red+Green+Blue) = 187+42+126=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A7E is #44D581. Grayscale: #5E5E5E. Windows color (decimal): -4511106 or 8268475. OLE color: 8268475.

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

Color convert

RGB 187 42 126 -
CMYK 0 0.78 0.33 0.27
HSL 325.24º 0.63% 0.45% -
HSV(B) 325.24º 0.78% 0.73% -
XYZ 25.09 13.73 21.07 -
YUV 94.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 187 42 126 0 0.78 0.33 0.27 325.24 0.63 0.45
Hex BB 2A 7E 0 4E 21 1B 145 3F 2D
Octal 273 52 176 0 116 41 33 505 77 55
Binary 10111011 101010 1111110 0 1001110 100001 11011 101000101 111111 101101

Color Harmonies of #BB2A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A7E

Black with #BB2A7E

Text Example


Text Example

White with #BB2A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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