Html Css Color HEX #BB2583 Medium Red Violet

📋 copy color: '#BB2583'

red 187 ◦ green 37 ◦ blue 131

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

Shades of Medium Red Violet #BB2583

Tints of Medium Red Violet #BB2583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

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

R = 52.68%
G = 10.42%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB2583 (or 0xBB2583) is known color: Medium Red Violet. HEX triplet: BB, 25 and 83. RGB value is (187,37,131). Sum of RGB (Red+Green+Blue) = 187+37+131=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2583 is #44DA7C. Grayscale: #5C5C5C. Windows color (decimal): -4512381 or 8594875. OLE color: 8594875.

HSL color Cylindrical-coordinate representation of color #BB2583: hue angle of 322.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2583 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 131 -
CMYK 0 0.80 0.30 0.27
HSL 322.4º 0.67% 0.44% -
HSV(B) 322.4º 0.8% 0.73% -
XYZ 25.25 13.53 22.75 -
YUV 92.57 149.7 195.36 -
System Red Green Blue C M Y K H S L
Decimal 187 37 131 0 0.80 0.30 0.27 322.4 0.67 0.44
Hex BB 25 83 0 50 1E 1B 142 43 2C
Octal 273 45 203 0 120 36 33 502 103 54
Binary 10111011 100101 10000011 0 1010000 11110 11011 101000010 1000011 101100

Color Harmonies of #BB2583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2583

Black with #BB2583

Text Example


Text Example

White with #BB2583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2583; }

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

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

background-color css

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

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

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

border-color css

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

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

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