Html Css Color HEX #BB2983 Medium Red Violet

📋 copy color: '#BB2983'

red 187 ◦ green 41 ◦ blue 131

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

Shades of Medium Red Violet #BB2983

Tints of Medium Red Violet #BB2983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.49%

R = 52.09%
G = 11.42%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB2983 (or 0xBB2983) is known color: Medium Red Violet. HEX triplet: BB, 29 and 83. RGB value is (187,41,131). Sum of RGB (Red+Green+Blue) = 187+41+131=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2983 is #44D67C. Grayscale: #5E5E5E. Windows color (decimal): -4511357 or 8595899. OLE color: 8595899.

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

Color convert

RGB 187 41 131 -
CMYK 0 0.78 0.30 0.27
HSL 323.01º 0.64% 0.45% -
HSV(B) 323.01º 0.78% 0.73% -
XYZ 25.38 13.79 22.8 -
YUV 94.91 148.37 193.68 -
System Red Green Blue C M Y K H S L
Decimal 187 41 131 0 0.78 0.30 0.27 323.01 0.64 0.45
Hex BB 29 83 0 4E 1E 1B 143 40 2D
Octal 273 51 203 0 116 36 33 503 100 55
Binary 10111011 101001 10000011 0 1001110 11110 11011 101000011 1000000 101101

Color Harmonies of #BB2983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2983

Black with #BB2983

Text Example


Text Example

White with #BB2983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2983; }

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

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

background-color css

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

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

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

border-color css

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

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

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