Html Css Color HEX #BB05A7 Deep Magenta

📋 copy color: '#BB05A7'

red 187 ◦ green 5 ◦ blue 167

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

Shades of Deep Magenta #BB05A7

Tints of Deep Magenta #BB05A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.52%

R = 52.09%
G = 1.39%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB05A7 (or 0xBB05A7) is known color: Deep Magenta. HEX triplet: BB, 05 and A7. RGB value is (187,5,167). Sum of RGB (Red+Green+Blue) = 187+5+167=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB05A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB05A7 is #44FA58. Grayscale: #4D4D4D. Windows color (decimal): -4520537 or 10945979. OLE color: 10945979.

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

Color convert

RGB 187 5 167 -
CMYK 0 0.97 0.11 0.27
HSL 306.59º 0.95% 0.38% -
HSV(B) 306.59º 0.97% 0.73% -
XYZ 27.52 13.46 37.71 -
YUV 77.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 187 5 167 0 0.97 0.11 0.27 306.59 0.95 0.38
Hex BB 5 A7 0 61 B 1B 133 5F 26
Octal 273 5 247 0 141 13 33 463 137 46
Binary 10111011 101 10100111 0 1100001 1011 11011 100110011 1011111 100110

Color Harmonies of #BB05A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05A7

Black with #BB05A7

Text Example


Text Example

White with #BB05A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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