Html Css Color HEX #BB28AB Medium Red Violet

📋 copy color: '#BB28AB'

red 187 ◦ green 40 ◦ blue 171

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

Shades of Medium Red Violet #BB28AB

Tints of Medium Red Violet #BB28AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 46.98%
G = 10.05%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB28AB (or 0xBB28AB) is known color: Medium Red Violet. HEX triplet: BB, 28 and AB. RGB value is (187,40,171). Sum of RGB (Red+Green+Blue) = 187+40+171=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB28AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB28AB is #44D754. Grayscale: #626262. Windows color (decimal): -4511573 or 11217083. OLE color: 11217083.

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

Color convert

RGB 187 40 171 -
CMYK 0 0.79 0.09 0.27
HSL 306.53º 0.65% 0.45% -
HSV(B) 306.53º 0.79% 0.73% -
XYZ 28.6 15.02 39.92 -
YUV 98.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 187 40 171 0 0.79 0.09 0.27 306.53 0.65 0.45
Hex BB 28 AB 0 4F 9 1B 133 41 2D
Octal 273 50 253 0 117 11 33 463 101 55
Binary 10111011 101000 10101011 0 1001111 1001 11011 100110011 1000001 101101

Color Harmonies of #BB28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28AB

Black with #BB28AB

Text Example


Text Example

White with #BB28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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