Html Css Color HEX #BB26AC Medium Red Violet

📋 copy color: '#BB26AC'

red 187 ◦ green 38 ◦ blue 172

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

Shades of Medium Red Violet #BB26AC

Tints of Medium Red Violet #BB26AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.57%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 47.1%
G = 9.57%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB26AC (or 0xBB26AC) is known color: Medium Red Violet. HEX triplet: BB, 26 and AC. RGB value is (187,38,172). Sum of RGB (Red+Green+Blue) = 187+38+172=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB26AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB26AC is #44D953. Grayscale: #616161. Windows color (decimal): -4512084 or 11282107. OLE color: 11282107.

HSL color Cylindrical-coordinate representation of color #BB26AC: hue angle of 306.04º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB26AC is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 172 -
CMYK 0 0.80 0.08 0.27
HSL 306.04º 0.66% 0.44% -
HSV(B) 306.04º 0.8% 0.73% -
XYZ 28.63 14.93 40.4 -
YUV 97.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 187 38 172 0 0.80 0.08 0.27 306.04 0.66 0.44
Hex BB 26 AC 0 50 8 1B 132 42 2C
Octal 273 46 254 0 120 10 33 462 102 54
Binary 10111011 100110 10101100 0 1010000 1000 11011 100110010 1000010 101100

Color Harmonies of #BB26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26AC

Black with #BB26AC

Text Example


Text Example

White with #BB26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26AC; }

 p { color: rgb(187,38,172); }

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

background-color css

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

 a { background-color: rgb(187,38,172); }

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

border-color css

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

 span { border-color: rgb(187,38,172); }

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