Html Css Color HEX #BB24AF Deep Magenta

📋 copy color: '#BB24AF'

red 187 ◦ green 36 ◦ blue 175

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

Shades of Deep Magenta #BB24AF

Tints of Deep Magenta #BB24AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 46.98%
G = 9.05%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB24AF (or 0xBB24AF) is known color: Deep Magenta. HEX triplet: BB, 24 and AF. RGB value is (187,36,175). Sum of RGB (Red+Green+Blue) = 187+36+175=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB24AF is #44DB50. Grayscale: #606060. Windows color (decimal): -4512593 or 11478203. OLE color: 11478203.

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

Color convert

RGB 187 36 175 -
CMYK 0 0.81 0.06 0.27
HSL 304.77º 0.68% 0.44% -
HSV(B) 304.77º 0.81% 0.73% -
XYZ 28.86 14.92 41.92 -
YUV 97 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 187 36 175 0 0.81 0.06 0.27 304.77 0.68 0.44
Hex BB 24 AF 0 51 6 1B 131 44 2C
Octal 273 44 257 0 121 6 33 461 104 54
Binary 10111011 100100 10101111 0 1010001 110 11011 100110001 1000100 101100

Color Harmonies of #BB24AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24AF

Black with #BB24AF

Text Example


Text Example

White with #BB24AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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