Html Css Color HEX #BB25AF Deep Magenta

📋 copy color: '#BB25AF'

red 187 ◦ green 37 ◦ blue 175

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

Shades of Deep Magenta #BB25AF

Tints of Deep Magenta #BB25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 46.87%
G = 9.27%
B = 43.86%

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

#BB25AF (or 0xBB25AF) is known color: Deep Magenta. HEX triplet: BB, 25 and AF. RGB value is (187,37,175). Sum of RGB (Red+Green+Blue) = 187+37+175=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB25AF is #44DA50. Grayscale: #616161. Windows color (decimal): -4512337 or 11478459. OLE color: 11478459.

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

Color convert

RGB 187 37 175 -
CMYK 0 0.80 0.06 0.27
HSL 304.8º 0.67% 0.44% -
HSV(B) 304.8º 0.8% 0.73% -
XYZ 28.89 14.98 41.93 -
YUV 97.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 187 37 175 0 0.80 0.06 0.27 304.8 0.67 0.44
Hex BB 25 AF 0 50 6 1B 131 43 2C
Octal 273 45 257 0 120 6 33 461 103 54
Binary 10111011 100101 10101111 0 1010000 110 11011 100110001 1000011 101100

Color Harmonies of #BB25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25AF

Black with #BB25AF

Text Example


Text Example

White with #BB25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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