Html Css Color HEX #BB24BC Deep Magenta

📋 copy color: '#BB24BC'

red 187 ◦ green 36 ◦ blue 188

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

Shades of Deep Magenta #BB24BC

Tints of Deep Magenta #BB24BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 45.5%
G = 8.76%
B = 45.74%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB24BC (or 0xBB24BC) is known color: Deep Magenta. HEX triplet: BB, 24 and BC. RGB value is (187,36,188). Sum of RGB (Red+Green+Blue) = 187+36+188=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB24BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24BC is #44DB43. Grayscale: #626262. Windows color (decimal): -4512580 or 12330171. OLE color: 12330171.

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

Color convert

RGB 187 36 188 -
CMYK 0.01 0.81 0 0.26
HSL 299.61º 0.68% 0.44% -
HSV(B) 299.61º 0.81% 0.74% -
XYZ 30.2 15.46 48.97 -
YUV 98.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 187 36 188 0.01 0.81 0 0.26 299.61 0.68 0.44
Hex BB 24 BC 1 51 0 1A 12C 44 2C
Octal 273 44 274 1 121 0 32 454 104 54
Binary 10111011 100100 10111100 1 1010001 0 11010 100101100 1000100 101100

Color Harmonies of #BB24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24BC

Black with #BB24BC

Text Example


Text Example

White with #BB24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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