Html Css Color HEX #BB1483 Medium Violet Red

📋 copy color: '#BB1483'

red 187 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #BB1483

Tints of Medium Violet Red #BB1483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.92%

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

R = 55.33%
G = 5.92%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB1483 (or 0xBB1483) is known color: Medium Violet Red. HEX triplet: BB, 14 and 83. RGB value is (187,20,131). Sum of RGB (Red+Green+Blue) = 187+20+131=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1483 is #44EB7C. Grayscale: #525252. Windows color (decimal): -4516733 or 8590523. OLE color: 8590523.

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

Color convert

RGB 187 20 131 -
CMYK 0 0.89 0.30 0.27
HSL 320.12º 0.81% 0.41% -
HSV(B) 320.12º 0.89% 0.73% -
XYZ 24.84 12.7 22.62 -
YUV 82.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 187 20 131 0 0.89 0.30 0.27 320.12 0.81 0.41
Hex BB 14 83 0 59 1E 1B 140 51 29
Octal 273 24 203 0 131 36 33 500 121 51
Binary 10111011 10100 10000011 0 1011001 11110 11011 101000000 1010001 101001

Color Harmonies of #BB1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1483

Black with #BB1483

Text Example


Text Example

White with #BB1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1483; }

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

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

background-color css

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

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

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

border-color css

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

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

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