Html Css Color HEX #BB2E8A Medium Red Violet

📋 copy color: '#BB2E8A'

red 187 ◦ green 46 ◦ blue 138

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

Shades of Medium Red Violet #BB2E8A

Tints of Medium Red Violet #BB2E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 50.4%
G = 12.4%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB2E8A (or 0xBB2E8A) is known color: Medium Red Violet. HEX triplet: BB, 2E and 8A. RGB value is (187,46,138). Sum of RGB (Red+Green+Blue) = 187+46+138=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2E8A is #44D175. Grayscale: #626262. Windows color (decimal): -4510070 or 9055931. OLE color: 9055931.

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

Color convert

RGB 187 46 138 -
CMYK 0 0.75 0.26 0.27
HSL 320.85º 0.61% 0.46% -
HSV(B) 320.85º 0.75% 0.73% -
XYZ 26.06 14.35 25.44 -
YUV 98.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 187 46 138 0 0.75 0.26 0.27 320.85 0.61 0.46
Hex BB 2E 8A 0 4B 1A 1B 141 3D 2E
Octal 273 56 212 0 113 32 33 501 75 56
Binary 10111011 101110 10001010 0 1001011 11010 11011 101000001 111101 101110

Color Harmonies of #BB2E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E8A

Black with #BB2E8A

Text Example


Text Example

White with #BB2E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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