Html Css Color HEX #BB2998 Medium Red Violet

📋 copy color: '#BB2998'

red 187 ◦ green 41 ◦ blue 152

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

Shades of Medium Red Violet #BB2998

Tints of Medium Red Violet #BB2998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.79%

 BLUE value IS 152 (59.77% from 255) = 40%

R = 49.21%
G = 10.79%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB2998 (or 0xBB2998) is known color: Medium Red Violet. HEX triplet: BB, 29 and 98. RGB value is (187,41,152). Sum of RGB (Red+Green+Blue) = 187+41+152=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2998 is #44D667. Grayscale: #616161. Windows color (decimal): -4511336 or 9972155. OLE color: 9972155.

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

Color convert

RGB 187 41 152 -
CMYK 0 0.78 0.19 0.27
HSL 314.38º 0.64% 0.45% -
HSV(B) 314.38º 0.78% 0.73% -
XYZ 26.95 14.42 31.07 -
YUV 97.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 187 41 152 0 0.78 0.19 0.27 314.38 0.64 0.45
Hex BB 29 98 0 4E 13 1B 13A 40 2D
Octal 273 51 230 0 116 23 33 472 100 55
Binary 10111011 101001 10011000 0 1001110 10011 11011 100111010 1000000 101101

Color Harmonies of #BB2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2998

Black with #BB2998

Text Example


Text Example

White with #BB2998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2998; }

 p { color: rgb(187,41,152); }

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

background-color css

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

 a { background-color: rgb(187,41,152); }

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

border-color css

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

 span { border-color: rgb(187,41,152); }

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