Html Css Color HEX #BB2083 Medium Violet Red

📋 copy color: '#BB2083'

red 187 ◦ green 32 ◦ blue 131

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

Shades of Medium Violet Red #BB2083

Tints of Medium Violet Red #BB2083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

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

R = 53.43%
G = 9.14%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB2083 (or 0xBB2083) is known color: Medium Violet Red. HEX triplet: BB, 20 and 83. RGB value is (187,32,131). Sum of RGB (Red+Green+Blue) = 187+32+131=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2083 is #44DF7C. Grayscale: #595959. Windows color (decimal): -4513661 or 8593595. OLE color: 8593595.

HSL color Cylindrical-coordinate representation of color #BB2083: hue angle of 321.68º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2083 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 131 -
CMYK 0 0.83 0.30 0.27
HSL 321.68º 0.71% 0.43% -
HSV(B) 321.68º 0.83% 0.73% -
XYZ 25.11 13.24 22.7 -
YUV 89.63 151.35 197.45 -
System Red Green Blue C M Y K H S L
Decimal 187 32 131 0 0.83 0.30 0.27 321.68 0.71 0.43
Hex BB 20 83 0 53 1E 1B 142 47 2B
Octal 273 40 203 0 123 36 33 502 107 53
Binary 10111011 100000 10000011 0 1010011 11110 11011 101000010 1000111 101011

Color Harmonies of #BB2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2083

Black with #BB2083

Text Example


Text Example

White with #BB2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2083; }

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

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

background-color css

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

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

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

border-color css

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

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

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