Html Css Color HEX #BB4185 Medium Red Violet

📋 copy color: '#BB4185'

red 187 ◦ green 65 ◦ blue 133

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

Shades of Medium Red Violet #BB4185

Tints of Medium Red Violet #BB4185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 48.57%
G = 16.88%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB4185 (or 0xBB4185) is known color: Medium Red Violet. HEX triplet: BB, 41 and 85. RGB value is (187,65,133). Sum of RGB (Red+Green+Blue) = 187+65+133=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4185 is #44BE7A. Grayscale: #6D6D6D. Windows color (decimal): -4505211 or 8733115. OLE color: 8733115.

HSL color Cylindrical-coordinate representation of color #BB4185: hue angle of 326.56º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4185 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 133 -
CMYK 0 0.65 0.29 0.27
HSL 326.56º 0.48% 0.49% -
HSV(B) 326.56º 0.65% 0.73% -
XYZ 26.62 16.04 23.88 -
YUV 109.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 187 65 133 0 0.65 0.29 0.27 326.56 0.48 0.49
Hex BB 41 85 0 41 1D 1B 147 30 31
Octal 273 101 205 0 101 35 33 507 60 61
Binary 10111011 1000001 10000101 0 1000001 11101 11011 101000111 110000 110001

Color Harmonies of #BB4185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4185

Black with #BB4185

Text Example


Text Example

White with #BB4185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4185; }

 p { color: rgb(187,65,133); }

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

background-color css

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

 a { background-color: rgb(187,65,133); }

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

border-color css

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

 span { border-color: rgb(187,65,133); }

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