Html Css Color HEX #BB25B8 Deep Magenta

📋 copy color: '#BB25B8'

red 187 ◦ green 37 ◦ blue 184

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

Shades of Deep Magenta #BB25B8

Tints of Deep Magenta #BB25B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.1%

R = 45.83%
G = 9.07%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB25B8 (or 0xBB25B8) is known color: Deep Magenta. HEX triplet: BB, 25 and B8. RGB value is (187,37,184). Sum of RGB (Red+Green+Blue) = 187+37+184=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB25B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25B8 is #44DA47. Grayscale: #626262. Windows color (decimal): -4512328 or 12068283. OLE color: 12068283.

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

Color convert

RGB 187 37 184 -
CMYK 0 0.80 0.02 0.27
HSL 301.2º 0.67% 0.44% -
HSV(B) 301.2º 0.8% 0.73% -
XYZ 29.81 15.35 46.74 -
YUV 98.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 187 37 184 0 0.80 0.02 0.27 301.2 0.67 0.44
Hex BB 25 B8 0 50 2 1B 12D 43 2C
Octal 273 45 270 0 120 2 33 455 103 54
Binary 10111011 100101 10111000 0 1010000 10 11011 100101101 1000011 101100

Color Harmonies of #BB25B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25B8

Black with #BB25B8

Text Example


Text Example

White with #BB25B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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