Html Css Color HEX #B700AA Deep Magenta

📋 copy color: '#B700AA'

red 183 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #B700AA

Tints of Deep Magenta #B700AA

RGB

 RED value IS 183 (71.88% from 255) = 51.84%

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

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 51.84%
G = 0%
B = 48.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B700AA (or 0xB700AA) is known color: Deep Magenta. HEX triplet: B7, 00 and AA. RGB value is (183,0,170). Sum of RGB (Red+Green+Blue) = 183+0+170=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B700AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700AA is #48FF55. Grayscale: #494949. Windows color (decimal): -4783958 or 11141303. OLE color: 11141303.

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

Color convert

RGB 183 0 170 -
CMYK 0 1 0.07 0.28
HSL 304.26º 1% 0.36% -
HSV(B) 304.26º 1% 0.72% -
XYZ 26.78 12.97 39.12 -
YUV 74.1 182.13 205.68 -
System Red Green Blue C M Y K H S L
Decimal 183 0 170 0 1 0.07 0.28 304.26 1 0.36
Hex B7 0 AA 0 64 7 1C 130 64 24
Octal 267 0 252 0 144 7 34 460 144 44
Binary 10110111 0 10101010 0 1100100 111 11100 100110000 1100100 100100

Color Harmonies of #B700AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700AA

Black with #B700AA

Text Example


Text Example

White with #B700AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700AA; }

 p { color: rgb(183,0,170); }

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

background-color css

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

 a { background-color: rgb(183,0,170); }

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

border-color css

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

 span { border-color: rgb(183,0,170); }

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