Html Css Color HEX #BB1D8B Medium Violet Red

📋 copy color: '#BB1D8B'

red 187 ◦ green 29 ◦ blue 139

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

Shades of Medium Violet Red #BB1D8B

Tints of Medium Violet Red #BB1D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 52.68%
G = 8.17%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB1D8B (or 0xBB1D8B) is known color: Medium Violet Red. HEX triplet: BB, 1D and 8B. RGB value is (187,29,139). Sum of RGB (Red+Green+Blue) = 187+29+139=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D8B is #44E274. Grayscale: #585858. Windows color (decimal): -4514421 or 9117115. OLE color: 9117115.

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

Color convert

RGB 187 29 139 -
CMYK 0 0.84 0.26 0.27
HSL 318.23º 0.73% 0.42% -
HSV(B) 318.23º 0.84% 0.73% -
XYZ 25.59 13.31 25.65 -
YUV 88.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 187 29 139 0 0.84 0.26 0.27 318.23 0.73 0.42
Hex BB 1D 8B 0 54 1A 1B 13E 49 2A
Octal 273 35 213 0 124 32 33 476 111 52
Binary 10111011 11101 10001011 0 1010100 11010 11011 100111110 1001001 101010

Color Harmonies of #BB1D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D8B

Black with #BB1D8B

Text Example


Text Example

White with #BB1D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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