Html Css Color HEX #BB1DAB Medium Violet Red

📋 copy color: '#BB1DAB'

red 187 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #BB1DAB

Tints of Medium Violet Red #BB1DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 48.32%
G = 7.49%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB1DAB (or 0xBB1DAB) is known color: Medium Violet Red. HEX triplet: BB, 1D and AB. RGB value is (187,29,171). Sum of RGB (Red+Green+Blue) = 187+29+171=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1DAB is #44E254. Grayscale: #5C5C5C. Windows color (decimal): -4514389 or 11214267. OLE color: 11214267.

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

Color convert

RGB 187 29 171 -
CMYK 0 0.84 0.09 0.27
HSL 306.08º 0.73% 0.42% -
HSV(B) 306.08º 0.84% 0.73% -
XYZ 28.28 14.38 39.81 -
YUV 92.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 187 29 171 0 0.84 0.09 0.27 306.08 0.73 0.42
Hex BB 1D AB 0 54 9 1B 132 49 2A
Octal 273 35 253 0 124 11 33 462 111 52
Binary 10111011 11101 10101011 0 1010100 1001 11011 100110010 1001001 101010

Color Harmonies of #BB1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DAB

Black with #BB1DAB

Text Example


Text Example

White with #BB1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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