Html Css Color HEX #BB3183 Medium Red Violet

📋 copy color: '#BB3183'

red 187 ◦ green 49 ◦ blue 131

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

Shades of Medium Red Violet #BB3183

Tints of Medium Red Violet #BB3183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

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

R = 50.95%
G = 13.35%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB3183 (or 0xBB3183) is known color: Medium Red Violet. HEX triplet: BB, 31 and 83. RGB value is (187,49,131). Sum of RGB (Red+Green+Blue) = 187+49+131=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3183 is #44CE7C. Grayscale: #636363. Windows color (decimal): -4509309 or 8597947. OLE color: 8597947.

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

Color convert

RGB 187 49 131 -
CMYK 0 0.74 0.30 0.27
HSL 324.35º 0.58% 0.46% -
HSV(B) 324.35º 0.74% 0.73% -
XYZ 25.69 14.4 22.9 -
YUV 99.61 145.72 190.33 -
System Red Green Blue C M Y K H S L
Decimal 187 49 131 0 0.74 0.30 0.27 324.35 0.58 0.46
Hex BB 31 83 0 4A 1E 1B 144 3A 2E
Octal 273 61 203 0 112 36 33 504 72 56
Binary 10111011 110001 10000011 0 1001010 11110 11011 101000100 111010 101110

Color Harmonies of #BB3183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3183

Black with #BB3183

Text Example


Text Example

White with #BB3183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3183; }

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

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

background-color css

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

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

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

border-color css

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

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

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