Html Css Color HEX #BB2EA3 Medium Red Violet

📋 copy color: '#BB2EA3'

red 187 ◦ green 46 ◦ blue 163

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

Shades of Medium Red Violet #BB2EA3

Tints of Medium Red Violet #BB2EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.16%

R = 47.22%
G = 11.62%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB2EA3 (or 0xBB2EA3) is known color: Medium Red Violet. HEX triplet: BB, 2E and A3. RGB value is (187,46,163). Sum of RGB (Red+Green+Blue) = 187+46+163=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2EA3 is #44D15C. Grayscale: #656565. Windows color (decimal): -4510045 or 10694331. OLE color: 10694331.

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

Color convert

RGB 187 46 163 -
CMYK 0 0.75 0.13 0.27
HSL 310.21º 0.61% 0.46% -
HSV(B) 310.21º 0.75% 0.73% -
XYZ 28.08 15.16 36.1 -
YUV 101.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 187 46 163 0 0.75 0.13 0.27 310.21 0.61 0.46
Hex BB 2E A3 0 4B D 1B 136 3D 2E
Octal 273 56 243 0 113 15 33 466 75 56
Binary 10111011 101110 10100011 0 1001011 1101 11011 100110110 111101 101110

Color Harmonies of #BB2EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EA3

Black with #BB2EA3

Text Example


Text Example

White with #BB2EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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