Html Css Color HEX #BB1EA4 Medium Violet Red

📋 copy color: '#BB1EA4'

red 187 ◦ green 30 ◦ blue 164

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

Shades of Medium Violet Red #BB1EA4

Tints of Medium Violet Red #BB1EA4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.87%

 BLUE value IS 164 (64.45% from 255) = 43.04%

R = 49.08%
G = 7.87%
B = 43.04%

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

#BB1EA4 (or 0xBB1EA4) is known color: Medium Violet Red. HEX triplet: BB, 1E and A4. RGB value is (187,30,164). Sum of RGB (Red+Green+Blue) = 187+30+164=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1EA4 is #44E15B. Grayscale: #5B5B5B. Windows color (decimal): -4514140 or 10755771. OLE color: 10755771.

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

Color convert

RGB 187 30 164 -
CMYK 0 0.84 0.12 0.27
HSL 308.79º 0.72% 0.43% -
HSV(B) 308.79º 0.84% 0.73% -
XYZ 27.66 14.17 36.4 -
YUV 92.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 187 30 164 0 0.84 0.12 0.27 308.79 0.72 0.43
Hex BB 1E A4 0 54 C 1B 135 48 2B
Octal 273 36 244 0 124 14 33 465 110 53
Binary 10111011 11110 10100100 0 1010100 1100 11011 100110101 1001000 101011

Color Harmonies of #BB1EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EA4

Black with #BB1EA4

Text Example


Text Example

White with #BB1EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EA4; }

 p { color: rgb(187,30,164); }

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

background-color css

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

 a { background-color: rgb(187,30,164); }

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

border-color css

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

 span { border-color: rgb(187,30,164); }

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