Html Css Color HEX #B700AC Deep Magenta

📋 copy color: '#B700AC'

red 183 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #B700AC

Tints of Deep Magenta #B700AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 51.55%
G = 0%
B = 48.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B700AC (or 0xB700AC) is known color: Deep Magenta. HEX triplet: B7, 00 and AC. RGB value is (183,0,172). Sum of RGB (Red+Green+Blue) = 183+0+172=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B700AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700AC is #48FF53. Grayscale: #494949. Windows color (decimal): -4783956 or 11272375. OLE color: 11272375.

HSL color Cylindrical-coordinate representation of color #B700AC: hue angle of 303.61º 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 #B700AC is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 0 172 -
CMYK 0 1 0.06 0.28
HSL 303.61º 1% 0.36% -
HSV(B) 303.61º 1% 0.72% -
XYZ 26.97 13.05 40.13 -
YUV 74.33 183.13 205.51 -
System Red Green Blue C M Y K H S L
Decimal 183 0 172 0 1 0.06 0.28 303.61 1 0.36
Hex B7 0 AC 0 64 6 1C 130 64 24
Octal 267 0 254 0 144 6 34 460 144 44
Binary 10110111 0 10101100 0 1100100 110 11100 100110000 1100100 100100

Color Harmonies of #B700AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700AC

Black with #B700AC

Text Example


Text Example

White with #B700AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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