Html Css Color HEX #BB05B7 Deep Magenta

📋 copy color: '#BB05B7'

red 187 ◦ green 5 ◦ blue 183

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

Shades of Deep Magenta #BB05B7

Tints of Deep Magenta #BB05B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.8%

R = 49.87%
G = 1.33%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB05B7 (or 0xBB05B7) is known color: Deep Magenta. HEX triplet: BB, 05 and B7. RGB value is (187,5,183). Sum of RGB (Red+Green+Blue) = 187+5+183=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB05B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB05B7 is #44FA48. Grayscale: #4F4F4F. Windows color (decimal): -4520521 or 11994555. OLE color: 11994555.

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

Color convert

RGB 187 5 183 -
CMYK 0 0.97 0.02 0.27
HSL 301.32º 0.95% 0.38% -
HSV(B) 301.32º 0.97% 0.73% -
XYZ 29.1 14.09 45.99 -
YUV 79.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 187 5 183 0 0.97 0.02 0.27 301.32 0.95 0.38
Hex BB 5 B7 0 61 2 1B 12D 5F 26
Octal 273 5 267 0 141 2 33 455 137 46
Binary 10111011 101 10110111 0 1100001 10 11011 100101101 1011111 100110

Color Harmonies of #BB05B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05B7

Black with #BB05B7

Text Example


Text Example

White with #BB05B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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