Html Css Color HEX #BB2A8B Medium Red Violet

📋 copy color: '#BB2A8B'

red 187 ◦ green 42 ◦ blue 139

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

Shades of Medium Red Violet #BB2A8B

Tints of Medium Red Violet #BB2A8B

RGB

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

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

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

R = 50.82%
G = 11.41%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB2A8B (or 0xBB2A8B) is known color: Medium Red Violet. HEX triplet: BB, 2A and 8B. RGB value is (187,42,139). Sum of RGB (Red+Green+Blue) = 187+42+139=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2A8B is #44D574. Grayscale: #606060. Windows color (decimal): -4511093 or 9120443. OLE color: 9120443.

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

Color convert

RGB 187 42 139 -
CMYK 0 0.78 0.26 0.27
HSL 319.86º 0.63% 0.45% -
HSV(B) 319.86º 0.78% 0.73% -
XYZ 25.98 14.08 25.78 -
YUV 96.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 187 42 139 0 0.78 0.26 0.27 319.86 0.63 0.45
Hex BB 2A 8B 0 4E 1A 1B 140 3F 2D
Octal 273 52 213 0 116 32 33 500 77 55
Binary 10111011 101010 10001011 0 1001110 11010 11011 101000000 111111 101101

Color Harmonies of #BB2A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A8B

Black with #BB2A8B

Text Example


Text Example

White with #BB2A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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