Html Css Color HEX #BB25B1 Deep Magenta

📋 copy color: '#BB25B1'

red 187 ◦ green 37 ◦ blue 177

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

Shades of Deep Magenta #BB25B1

Tints of Deep Magenta #BB25B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.14%

R = 46.63%
G = 9.23%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB25B1 (or 0xBB25B1) is known color: Deep Magenta. HEX triplet: BB, 25 and B1. RGB value is (187,37,177). Sum of RGB (Red+Green+Blue) = 187+37+177=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB25B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB25B1 is #44DA4E. Grayscale: #616161. Windows color (decimal): -4512335 or 11609531. OLE color: 11609531.

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

Color convert

RGB 187 37 177 -
CMYK 0 0.80 0.05 0.27
HSL 304º 0.67% 0.44% -
HSV(B) 304º 0.8% 0.73% -
XYZ 29.09 15.06 42.97 -
YUV 97.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 187 37 177 0 0.80 0.05 0.27 304 0.67 0.44
Hex BB 25 B1 0 50 5 1B 130 43 2C
Octal 273 45 261 0 120 5 33 460 103 54
Binary 10111011 100101 10110001 0 1010000 101 11011 100110000 1000011 101100

Color Harmonies of #BB25B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25B1

Black with #BB25B1

Text Example


Text Example

White with #BB25B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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