Html Css Color HEX #BB24A2 Medium Red Violet

📋 copy color: '#BB24A2'

red 187 ◦ green 36 ◦ blue 162

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

Shades of Medium Red Violet #BB24A2

Tints of Medium Red Violet #BB24A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 48.57%
G = 9.35%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB24A2 (or 0xBB24A2) is known color: Medium Red Violet. HEX triplet: BB, 24 and A2. RGB value is (187,36,162). Sum of RGB (Red+Green+Blue) = 187+36+162=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB24A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB24A2 is #44DB5D. Grayscale: #5F5F5F. Windows color (decimal): -4512606 or 10626235. OLE color: 10626235.

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

Color convert

RGB 187 36 162 -
CMYK 0 0.81 0.13 0.27
HSL 309.93º 0.68% 0.44% -
HSV(B) 309.93º 0.81% 0.73% -
XYZ 27.65 14.44 35.51 -
YUV 95.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 187 36 162 0 0.81 0.13 0.27 309.93 0.68 0.44
Hex BB 24 A2 0 51 D 1B 136 44 2C
Octal 273 44 242 0 121 15 33 466 104 54
Binary 10111011 100100 10100010 0 1010001 1101 11011 100110110 1000100 101100

Color Harmonies of #BB24A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24A2

Black with #BB24A2

Text Example


Text Example

White with #BB24A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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