Html Css Color HEX #BB05AF Deep Magenta

📋 copy color: '#BB05AF'

red 187 ◦ green 5 ◦ blue 175

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

Shades of Deep Magenta #BB05AF

Tints of Deep Magenta #BB05AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

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

R = 50.95%
G = 1.36%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB05AF (or 0xBB05AF) is known color: Deep Magenta. HEX triplet: BB, 05 and AF. RGB value is (187,5,175). Sum of RGB (Red+Green+Blue) = 187+5+175=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB05AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB05AF is #44FA50. Grayscale: #4E4E4E. Windows color (decimal): -4520529 or 11470267. OLE color: 11470267.

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

Color convert

RGB 187 5 175 -
CMYK 0 0.97 0.06 0.27
HSL 303.96º 0.95% 0.38% -
HSV(B) 303.96º 0.97% 0.73% -
XYZ 28.29 13.77 41.72 -
YUV 78.8 182.3 205.18 -
System Red Green Blue C M Y K H S L
Decimal 187 5 175 0 0.97 0.06 0.27 303.96 0.95 0.38
Hex BB 5 AF 0 61 6 1B 130 5F 26
Octal 273 5 257 0 141 6 33 460 137 46
Binary 10111011 101 10101111 0 1100001 110 11011 100110000 1011111 100110

Color Harmonies of #BB05AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05AF

Black with #BB05AF

Text Example


Text Example

White with #BB05AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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