Html Css Color HEX #BB2E7C Medium Red Violet

📋 copy color: '#BB2E7C'

red 187 ◦ green 46 ◦ blue 124

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

Shades of Medium Red Violet #BB2E7C

Tints of Medium Red Violet #BB2E7C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 52.38%
G = 12.89%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB2E7C (or 0xBB2E7C) is known color: Medium Red Violet. HEX triplet: BB, 2E and 7C. RGB value is (187,46,124). Sum of RGB (Red+Green+Blue) = 187+46+124=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E7C is #44D183. Grayscale: #606060. Windows color (decimal): -4510084 or 8138427. OLE color: 8138427.

HSL color Cylindrical-coordinate representation of color #BB2E7C: hue angle of 326.81º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2E7C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 46 124 -
CMYK 0 0.75 0.34 0.27
HSL 326.81º 0.61% 0.46% -
HSV(B) 326.81º 0.75% 0.73% -
XYZ 25.11 13.97 20.44 -
YUV 97.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 187 46 124 0 0.75 0.34 0.27 326.81 0.61 0.46
Hex BB 2E 7C 0 4B 22 1B 147 3D 2E
Octal 273 56 174 0 113 42 33 507 75 56
Binary 10111011 101110 1111100 0 1001011 100010 11011 101000111 111101 101110

Color Harmonies of #BB2E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E7C

Black with #BB2E7C

Text Example


Text Example

White with #BB2E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E7C; }

 p { color: rgb(187,46,124); }

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

background-color css

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

 a { background-color: rgb(187,46,124); }

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

border-color css

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

 span { border-color: rgb(187,46,124); }

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