Html Css Color HEX #BB24AB Medium Red Violet

📋 copy color: '#BB24AB'

red 187 ◦ green 36 ◦ blue 171

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

Shades of Medium Red Violet #BB24AB

Tints of Medium Red Violet #BB24AB

RGB

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

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

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

R = 47.46%
G = 9.14%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB24AB (or 0xBB24AB) is known color: Medium Red Violet. HEX triplet: BB, 24 and AB. RGB value is (187,36,171). Sum of RGB (Red+Green+Blue) = 187+36+171=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB24AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB24AB is #44DB54. Grayscale: #606060. Windows color (decimal): -4512597 or 11216059. OLE color: 11216059.

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

Color convert

RGB 187 36 171 -
CMYK 0 0.81 0.09 0.27
HSL 306.36º 0.68% 0.44% -
HSV(B) 306.36º 0.81% 0.73% -
XYZ 28.48 14.77 39.88 -
YUV 96.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 187 36 171 0 0.81 0.09 0.27 306.36 0.68 0.44
Hex BB 24 AB 0 51 9 1B 132 44 2C
Octal 273 44 253 0 121 11 33 462 104 54
Binary 10111011 100100 10101011 0 1010001 1001 11011 100110010 1000100 101100

Color Harmonies of #BB24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24AB

Black with #BB24AB

Text Example


Text Example

White with #BB24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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