Html Css Color HEX #BB4181 Medium Red Violet

📋 copy color: '#BB4181'

red 187 ◦ green 65 ◦ blue 129

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

Shades of Medium Red Violet #BB4181

Tints of Medium Red Violet #BB4181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 49.08%
G = 17.06%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB4181 (or 0xBB4181) is known color: Medium Red Violet. HEX triplet: BB, 41 and 81. RGB value is (187,65,129). Sum of RGB (Red+Green+Blue) = 187+65+129=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4181 is #44BE7E. Grayscale: #6C6C6C. Windows color (decimal): -4505215 or 8470971. OLE color: 8470971.

HSL color Cylindrical-coordinate representation of color #BB4181: hue angle of 328.52º 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 #BB4181 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 129 -
CMYK 0 0.65 0.31 0.27
HSL 328.52º 0.48% 0.49% -
HSV(B) 328.52º 0.65% 0.73% -
XYZ 26.35 15.93 22.46 -
YUV 108.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 187 65 129 0 0.65 0.31 0.27 328.52 0.48 0.49
Hex BB 41 81 0 41 1F 1B 149 30 31
Octal 273 101 201 0 101 37 33 511 60 61
Binary 10111011 1000001 10000001 0 1000001 11111 11011 101001001 110000 110001

Color Harmonies of #BB4181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4181

Black with #BB4181

Text Example


Text Example

White with #BB4181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4181; }

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

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

background-color css

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

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

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

border-color css

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

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

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