Html Css Color HEX #BB1883 Medium Violet Red

📋 copy color: '#BB1883'

red 187 ◦ green 24 ◦ blue 131

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

Shades of Medium Violet Red #BB1883

Tints of Medium Violet Red #BB1883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

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

R = 54.68%
G = 7.02%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB1883 (or 0xBB1883) is known color: Medium Violet Red. HEX triplet: BB, 18 and 83. RGB value is (187,24,131). Sum of RGB (Red+Green+Blue) = 187+24+131=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1883 is #44E77C. Grayscale: #545454. Windows color (decimal): -4515709 or 8591547. OLE color: 8591547.

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

Color convert

RGB 187 24 131 -
CMYK 0 0.87 0.30 0.27
HSL 320.61º 0.77% 0.41% -
HSV(B) 320.61º 0.87% 0.73% -
XYZ 24.92 12.86 22.64 -
YUV 84.94 154 200.8 -
System Red Green Blue C M Y K H S L
Decimal 187 24 131 0 0.87 0.30 0.27 320.61 0.77 0.41
Hex BB 18 83 0 57 1E 1B 141 4D 29
Octal 273 30 203 0 127 36 33 501 115 51
Binary 10111011 11000 10000011 0 1010111 11110 11011 101000001 1001101 101001

Color Harmonies of #BB1883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1883

Black with #BB1883

Text Example


Text Example

White with #BB1883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1883; }

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

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

background-color css

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

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

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

border-color css

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

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

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