Html Css Color HEX #BB1DA5 Medium Violet Red

📋 copy color: '#BB1DA5'

red 187 ◦ green 29 ◦ blue 165

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

Shades of Medium Violet Red #BB1DA5

Tints of Medium Violet Red #BB1DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.31%

R = 49.08%
G = 7.61%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB1DA5 (or 0xBB1DA5) is known color: Medium Violet Red. HEX triplet: BB, 1D and A5. RGB value is (187,29,165). Sum of RGB (Red+Green+Blue) = 187+29+165=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1DA5 is #44E25A. Grayscale: #5B5B5B. Windows color (decimal): -4514395 or 10821051. OLE color: 10821051.

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

Color convert

RGB 187 29 165 -
CMYK 0 0.84 0.12 0.27
HSL 308.35º 0.73% 0.42% -
HSV(B) 308.35º 0.84% 0.73% -
XYZ 27.72 14.16 36.87 -
YUV 91.75 169.35 195.94 -
System Red Green Blue C M Y K H S L
Decimal 187 29 165 0 0.84 0.12 0.27 308.35 0.73 0.42
Hex BB 1D A5 0 54 C 1B 134 49 2A
Octal 273 35 245 0 124 14 33 464 111 52
Binary 10111011 11101 10100101 0 1010100 1100 11011 100110100 1001001 101010

Color Harmonies of #BB1DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DA5

Black with #BB1DA5

Text Example


Text Example

White with #BB1DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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