Html Css Color HEX #BB1D8D Medium Violet Red

📋 copy color: '#BB1D8D'

red 187 ◦ green 29 ◦ blue 141

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

Shades of Medium Violet Red #BB1D8D

Tints of Medium Violet Red #BB1D8D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.12%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 52.38%
G = 8.12%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB1D8D (or 0xBB1D8D) is known color: Medium Violet Red. HEX triplet: BB, 1D and 8D. RGB value is (187,29,141). Sum of RGB (Red+Green+Blue) = 187+29+141=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D8D is #44E272. Grayscale: #585858. Windows color (decimal): -4514419 or 9248187. OLE color: 9248187.

HSL color Cylindrical-coordinate representation of color #BB1D8D: hue angle of 317.47º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D8D is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 29 141 -
CMYK 0 0.84 0.25 0.27
HSL 317.47º 0.73% 0.42% -
HSV(B) 317.47º 0.84% 0.73% -
XYZ 25.74 13.37 26.42 -
YUV 89.01 157.35 197.89 -
System Red Green Blue C M Y K H S L
Decimal 187 29 141 0 0.84 0.25 0.27 317.47 0.73 0.42
Hex BB 1D 8D 0 54 19 1B 13D 49 2A
Octal 273 35 215 0 124 31 33 475 111 52
Binary 10111011 11101 10001101 0 1010100 11001 11011 100111101 1001001 101010

Color Harmonies of #BB1D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D8D

Black with #BB1D8D

Text Example


Text Example

White with #BB1D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D8D; }

 p { color: rgb(187,29,141); }

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

background-color css

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

 a { background-color: rgb(187,29,141); }

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

border-color css

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

 span { border-color: rgb(187,29,141); }

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