Html Css Color HEX #B600A9 Deep Magenta

📋 copy color: '#B600A9'

red 182 ◦ green 0 ◦ blue 169

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

Shades of Deep Magenta #B600A9

Tints of Deep Magenta #B600A9

RGB

 RED value IS 182 (71.48% from 255) = 51.85%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 169 (66.41% from 255) = 48.15%

R = 51.85%
G = 0%
B = 48.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B600A9 (or 0xB600A9) is known color: Deep Magenta. HEX triplet: B6, 00 and A9. RGB value is (182,0,169). Sum of RGB (Red+Green+Blue) = 182+0+169=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B600A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B600A9 is #49FF56. Grayscale: #494949. Windows color (decimal): -4849495 or 11075766. OLE color: 11075766.

HSL color Cylindrical-coordinate representation of color #B600A9: hue angle of 304.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600A9 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 0 169 -
CMYK 0 1 0.07 0.29
HSL 304.29º 1% 0.36% -
HSV(B) 304.29º 1% 0.71% -
XYZ 26.45 12.81 38.61 -
YUV 73.68 181.8 205.26 -
System Red Green Blue C M Y K H S L
Decimal 182 0 169 0 1 0.07 0.29 304.29 1 0.36
Hex B6 0 A9 0 64 7 1D 130 64 24
Octal 266 0 251 0 144 7 35 460 144 44
Binary 10110110 0 10101001 0 1100100 111 11101 100110000 1100100 100100

Color Harmonies of #B600A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600A9

Black with #B600A9

Text Example


Text Example

White with #B600A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600A9; }

 p { color: rgb(182,0,169); }

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

background-color css

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

 a { background-color: rgb(182,0,169); }

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

border-color css

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

 span { border-color: rgb(182,0,169); }

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