Html Css Color HEX #BB1283 Medium Violet Red

📋 copy color: '#BB1283'

red 187 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #BB1283

Tints of Medium Violet Red #BB1283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.36%

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

R = 55.65%
G = 5.36%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB1283 (or 0xBB1283) is known color: Medium Violet Red. HEX triplet: BB, 12 and 83. RGB value is (187,18,131). Sum of RGB (Red+Green+Blue) = 187+18+131=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1283 is #44ED7C. Grayscale: #515151. Windows color (decimal): -4517245 or 8590011. OLE color: 8590011.

HSL color Cylindrical-coordinate representation of color #BB1283: hue angle of 319.88º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1283 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 131 -
CMYK 0 0.90 0.30 0.27
HSL 319.88º 0.82% 0.4% -
HSV(B) 319.88º 0.9% 0.73% -
XYZ 24.81 12.64 22.6 -
YUV 81.41 155.99 203.31 -
System Red Green Blue C M Y K H S L
Decimal 187 18 131 0 0.90 0.30 0.27 319.88 0.82 0.4
Hex BB 12 83 0 5A 1E 1B 140 52 28
Octal 273 22 203 0 132 36 33 500 122 50
Binary 10111011 10010 10000011 0 1011010 11110 11011 101000000 1010010 101000

Color Harmonies of #BB1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1283

Black with #BB1283

Text Example


Text Example

White with #BB1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1283; }

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

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

background-color css

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

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

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

border-color css

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

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

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