Html Css Color HEX #BB25BA Deep Magenta

📋 copy color: '#BB25BA'

red 187 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #BB25BA

Tints of Deep Magenta #BB25BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.02%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 45.61%
G = 9.02%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB25BA (or 0xBB25BA) is known color: Deep Magenta. HEX triplet: BB, 25 and BA. RGB value is (187,37,186). Sum of RGB (Red+Green+Blue) = 187+37+186=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB25BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25BA is #44DA45. Grayscale: #626262. Windows color (decimal): -4512326 or 12199355. OLE color: 12199355.

HSL color Cylindrical-coordinate representation of color #BB25BA: hue angle of 300.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB25BA is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 186 -
CMYK 0 0.80 0.01 0.27
HSL 300.4º 0.67% 0.44% -
HSV(B) 300.4º 0.8% 0.73% -
XYZ 30.02 15.43 47.85 -
YUV 98.84 177.2 190.88 -
System Red Green Blue C M Y K H S L
Decimal 187 37 186 0 0.80 0.01 0.27 300.4 0.67 0.44
Hex BB 25 BA 0 50 1 1B 12C 43 2C
Octal 273 45 272 0 120 1 33 454 103 54
Binary 10111011 100101 10111010 0 1010000 1 11011 100101100 1000011 101100

Color Harmonies of #BB25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25BA

Black with #BB25BA

Text Example


Text Example

White with #BB25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25BA; }

 p { color: rgb(187,37,186); }

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

background-color css

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

 a { background-color: rgb(187,37,186); }

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

border-color css

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

 span { border-color: rgb(187,37,186); }

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