Html Css Color HEX #BB1A8A Medium Violet Red

📋 copy color: '#BB1A8A'

red 187 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #BB1A8A

Tints of Medium Violet Red #BB1A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 53.28%
G = 7.41%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB1A8A (or 0xBB1A8A) is known color: Medium Violet Red. HEX triplet: BB, 1A and 8A. RGB value is (187,26,138). Sum of RGB (Red+Green+Blue) = 187+26+138=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1A8A is #44E575. Grayscale: #565656. Windows color (decimal): -4515190 or 9050811. OLE color: 9050811.

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

Color convert

RGB 187 26 138 -
CMYK 0 0.86 0.26 0.27
HSL 318.26º 0.76% 0.42% -
HSV(B) 318.26º 0.86% 0.73% -
XYZ 25.45 13.14 25.24 -
YUV 86.91 156.84 199.39 -
System Red Green Blue C M Y K H S L
Decimal 187 26 138 0 0.86 0.26 0.27 318.26 0.76 0.42
Hex BB 1A 8A 0 56 1A 1B 13E 4C 2A
Octal 273 32 212 0 126 32 33 476 114 52
Binary 10111011 11010 10001010 0 1010110 11010 11011 100111110 1001100 101010

Color Harmonies of #BB1A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A8A

Black with #BB1A8A

Text Example


Text Example

White with #BB1A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A8A; }

 p { color: rgb(187,26,138); }

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

background-color css

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

 a { background-color: rgb(187,26,138); }

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

border-color css

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

 span { border-color: rgb(187,26,138); }

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