Html Css Color HEX #BB2B7B Medium Red Violet

📋 copy color: '#BB2B7B'

red 187 ◦ green 43 ◦ blue 123

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

Shades of Medium Red Violet #BB2B7B

Tints of Medium Red Violet #BB2B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 52.97%
G = 12.18%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB2B7B (or 0xBB2B7B) is known color: Medium Red Violet. HEX triplet: BB, 2B and 7B. RGB value is (187,43,123). Sum of RGB (Red+Green+Blue) = 187+43+123=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B7B is #44D484. Grayscale: #5F5F5F. Windows color (decimal): -4510853 or 8072123. OLE color: 8072123.

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

Color convert

RGB 187 43 123 -
CMYK 0 0.77 0.34 0.27
HSL 326.67º 0.63% 0.45% -
HSV(B) 326.67º 0.77% 0.73% -
XYZ 24.93 13.72 20.07 -
YUV 95.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 187 43 123 0 0.77 0.34 0.27 326.67 0.63 0.45
Hex BB 2B 7B 0 4D 22 1B 147 3F 2D
Octal 273 53 173 0 115 42 33 507 77 55
Binary 10111011 101011 1111011 0 1001101 100010 11011 101000111 111111 101101

Color Harmonies of #BB2B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B7B

Black with #BB2B7B

Text Example


Text Example

White with #BB2B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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