Html Css Color HEX #BB2B7A Medium Red Violet

📋 copy color: '#BB2B7A'

red 187 ◦ green 43 ◦ blue 122

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

Shades of Medium Red Violet #BB2B7A

Tints of Medium Red Violet #BB2B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.22%

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 53.13%
G = 12.22%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB2B7A (or 0xBB2B7A) is known color: Medium Red Violet. HEX triplet: BB, 2B and 7A. RGB value is (187,43,122). Sum of RGB (Red+Green+Blue) = 187+43+122=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B7A is #44D485. Grayscale: #5E5E5E. Windows color (decimal): -4510854 or 8006587. OLE color: 8006587.

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

Color convert

RGB 187 43 122 -
CMYK 0 0.77 0.35 0.27
HSL 327.08º 0.63% 0.45% -
HSV(B) 327.08º 0.77% 0.73% -
XYZ 24.87 13.7 19.75 -
YUV 95.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 187 43 122 0 0.77 0.35 0.27 327.08 0.63 0.45
Hex BB 2B 7A 0 4D 23 1B 147 3F 2D
Octal 273 53 172 0 115 43 33 507 77 55
Binary 10111011 101011 1111010 0 1001101 100011 11011 101000111 111111 101101

Color Harmonies of #BB2B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B7A

Black with #BB2B7A

Text Example


Text Example

White with #BB2B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B7A; }

 p { color: rgb(187,43,122); }

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

background-color css

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

 a { background-color: rgb(187,43,122); }

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

border-color css

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

 span { border-color: rgb(187,43,122); }

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