Html Css Color HEX #BB04AF Deep Magenta

📋 copy color: '#BB04AF'

red 187 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #BB04AF

Tints of Deep Magenta #BB04AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 51.09%
G = 1.09%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB04AF (or 0xBB04AF) is known color: Deep Magenta. HEX triplet: BB, 04 and AF. RGB value is (187,4,175). Sum of RGB (Red+Green+Blue) = 187+4+175=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB04AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB04AF is #44FB50. Grayscale: #4D4D4D. Windows color (decimal): -4520785 or 11470011. OLE color: 11470011.

HSL color Cylindrical-coordinate representation of color #BB04AF: hue angle of 303.93º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04AF is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 175 -
CMYK 0 0.98 0.06 0.27
HSL 303.93º 0.96% 0.37% -
HSV(B) 303.93º 0.98% 0.73% -
XYZ 28.27 13.75 41.72 -
YUV 78.21 182.63 205.6 -
System Red Green Blue C M Y K H S L
Decimal 187 4 175 0 0.98 0.06 0.27 303.93 0.96 0.37
Hex BB 4 AF 0 62 6 1B 130 60 25
Octal 273 4 257 0 142 6 33 460 140 45
Binary 10111011 100 10101111 0 1100010 110 11011 100110000 1100000 100101

Color Harmonies of #BB04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04AF

Black with #BB04AF

Text Example


Text Example

White with #BB04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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