Html Css Color HEX #BB27AC Medium Red Violet

📋 copy color: '#BB27AC'

red 187 ◦ green 39 ◦ blue 172

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

Shades of Medium Red Violet #BB27AC

Tints of Medium Red Violet #BB27AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.8%

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

R = 46.98%
G = 9.8%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB27AC (or 0xBB27AC) is known color: Medium Red Violet. HEX triplet: BB, 27 and AC. RGB value is (187,39,172). Sum of RGB (Red+Green+Blue) = 187+39+172=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB27AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB27AC is #44D853. Grayscale: #626262. Windows color (decimal): -4511828 or 11282363. OLE color: 11282363.

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

Color convert

RGB 187 39 172 -
CMYK 0 0.79 0.08 0.27
HSL 306.08º 0.65% 0.44% -
HSV(B) 306.08º 0.79% 0.73% -
XYZ 28.67 14.99 40.41 -
YUV 98.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 187 39 172 0 0.79 0.08 0.27 306.08 0.65 0.44
Hex BB 27 AC 0 4F 8 1B 132 41 2C
Octal 273 47 254 0 117 10 33 462 101 54
Binary 10111011 100111 10101100 0 1001111 1000 11011 100110010 1000001 101100

Color Harmonies of #BB27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27AC

Black with #BB27AC

Text Example


Text Example

White with #BB27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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