Html Css Color HEX #BB25B0 Deep Magenta

📋 copy color: '#BB25B0'

red 187 ◦ green 37 ◦ blue 176

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

Shades of Deep Magenta #BB25B0

Tints of Deep Magenta #BB25B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44%

R = 46.75%
G = 9.25%
B = 44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB25B0 (or 0xBB25B0) is known color: Deep Magenta. HEX triplet: BB, 25 and B0. RGB value is (187,37,176). Sum of RGB (Red+Green+Blue) = 187+37+176=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB25B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB25B0 is #44DA4F. Grayscale: #616161. Windows color (decimal): -4512336 or 11543995. OLE color: 11543995.

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

Color convert

RGB 187 37 176 -
CMYK 0 0.80 0.06 0.27
HSL 304.4º 0.67% 0.44% -
HSV(B) 304.4º 0.8% 0.73% -
XYZ 28.99 15.02 42.45 -
YUV 97.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 187 37 176 0 0.80 0.06 0.27 304.4 0.67 0.44
Hex BB 25 B0 0 50 6 1B 130 43 2C
Octal 273 45 260 0 120 6 33 460 103 54
Binary 10111011 100101 10110000 0 1010000 110 11011 100110000 1000011 101100

Color Harmonies of #BB25B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25B0

Black with #BB25B0

Text Example


Text Example

White with #BB25B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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