Html Css Color HEX #BB24AC Medium Red Violet

📋 copy color: '#BB24AC'

red 187 ◦ green 36 ◦ blue 172

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

Shades of Medium Red Violet #BB24AC

Tints of Medium Red Violet #BB24AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.11%

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

R = 47.34%
G = 9.11%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB24AC (or 0xBB24AC) is known color: Medium Red Violet. HEX triplet: BB, 24 and AC. RGB value is (187,36,172). Sum of RGB (Red+Green+Blue) = 187+36+172=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB24AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB24AC is #44DB53. Grayscale: #606060. Windows color (decimal): -4512596 or 11281595. OLE color: 11281595.

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

Color convert

RGB 187 36 172 -
CMYK 0 0.81 0.08 0.27
HSL 305.96º 0.68% 0.44% -
HSV(B) 305.96º 0.81% 0.73% -
XYZ 28.57 14.81 40.38 -
YUV 96.65 170.53 192.44 -
System Red Green Blue C M Y K H S L
Decimal 187 36 172 0 0.81 0.08 0.27 305.96 0.68 0.44
Hex BB 24 AC 0 51 8 1B 132 44 2C
Octal 273 44 254 0 121 10 33 462 104 54
Binary 10111011 100100 10101100 0 1010001 1000 11011 100110010 1000100 101100

Color Harmonies of #BB24AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24AC

Black with #BB24AC

Text Example


Text Example

White with #BB24AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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