Html Css Color HEX #B700AE Deep Magenta

📋 copy color: '#B700AE'

red 183 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #B700AE

Tints of Deep Magenta #B700AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 51.26%
G = 0%
B = 48.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B700AE (or 0xB700AE) is known color: Deep Magenta. HEX triplet: B7, 00 and AE. RGB value is (183,0,174). Sum of RGB (Red+Green+Blue) = 183+0+174=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B700AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700AE is #48FF51. Grayscale: #4A4A4A. Windows color (decimal): -4783954 or 11403447. OLE color: 11403447.

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

Color convert

RGB 183 0 174 -
CMYK 0 1 0.05 0.28
HSL 302.95º 1% 0.36% -
HSV(B) 302.95º 1% 0.72% -
XYZ 27.17 13.12 41.15 -
YUV 74.55 184.13 205.35 -
System Red Green Blue C M Y K H S L
Decimal 183 0 174 0 1 0.05 0.28 302.95 1 0.36
Hex B7 0 AE 0 64 5 1C 12F 64 24
Octal 267 0 256 0 144 5 34 457 144 44
Binary 10110111 0 10101110 0 1100100 101 11100 100101111 1100100 100100

Color Harmonies of #B700AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700AE

Black with #B700AE

Text Example


Text Example

White with #B700AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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