Html Css Color HEX #BB28A6 Medium Red Violet

📋 copy color: '#BB28A6'

red 187 ◦ green 40 ◦ blue 166

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

Shades of Medium Red Violet #BB28A6

Tints of Medium Red Violet #BB28A6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.18%

 BLUE value IS 166 (65.23% from 255) = 42.24%

R = 47.58%
G = 10.18%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB28A6 (or 0xBB28A6) is known color: Medium Red Violet. HEX triplet: BB, 28 and A6. RGB value is (187,40,166). Sum of RGB (Red+Green+Blue) = 187+40+166=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB28A6 is #44D759. Grayscale: #616161. Windows color (decimal): -4511578 or 10889403. OLE color: 10889403.

HSL color Cylindrical-coordinate representation of color #BB28A6: hue angle of 308.57º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB28A6 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 166 -
CMYK 0 0.79 0.11 0.27
HSL 308.57º 0.65% 0.45% -
HSV(B) 308.57º 0.79% 0.73% -
XYZ 28.14 14.84 37.46 -
YUV 98.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 187 40 166 0 0.79 0.11 0.27 308.57 0.65 0.45
Hex BB 28 A6 0 4F B 1B 135 41 2D
Octal 273 50 246 0 117 13 33 465 101 55
Binary 10111011 101000 10100110 0 1001111 1011 11011 100110101 1000001 101101

Color Harmonies of #BB28A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28A6

Black with #BB28A6

Text Example


Text Example

White with #BB28A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28A6; }

 p { color: rgb(187,40,166); }

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

background-color css

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

 a { background-color: rgb(187,40,166); }

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

border-color css

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

 span { border-color: rgb(187,40,166); }

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