Html Css Color HEX #BB11A3 Medium Violet Red

📋 copy color: '#BB11A3'

red 187 ◦ green 17 ◦ blue 163

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

Shades of Medium Violet Red #BB11A3

Tints of Medium Violet Red #BB11A3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.63%

 BLUE value IS 163 (64.06% from 255) = 44.41%

R = 50.95%
G = 4.63%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB11A3 (or 0xBB11A3) is known color: Medium Violet Red. HEX triplet: BB, 11 and A3. RGB value is (187,17,163). Sum of RGB (Red+Green+Blue) = 187+17+163=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB11A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB11A3 is #44EE5C. Grayscale: #545454. Windows color (decimal): -4517469 or 10686907. OLE color: 10686907.

HSL color Cylindrical-coordinate representation of color #BB11A3: hue angle of 308.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB11A3 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 163 -
CMYK 0 0.91 0.13 0.27
HSL 308.47º 0.83% 0.4% -
HSV(B) 308.47º 0.91% 0.73% -
XYZ 27.3 13.61 35.84 -
YUV 84.47 172.32 201.13 -
System Red Green Blue C M Y K H S L
Decimal 187 17 163 0 0.91 0.13 0.27 308.47 0.83 0.4
Hex BB 11 A3 0 5B D 1B 134 53 28
Octal 273 21 243 0 133 15 33 464 123 50
Binary 10111011 10001 10100011 0 1011011 1101 11011 100110100 1010011 101000

Color Harmonies of #BB11A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11A3

Black with #BB11A3

Text Example


Text Example

White with #BB11A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11A3; }

 p { color: rgb(187,17,163); }

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

background-color css

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

 a { background-color: rgb(187,17,163); }

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

border-color css

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

 span { border-color: rgb(187,17,163); }

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