Html Css Color HEX #B700AF Deep Magenta

📋 copy color: '#B700AF'

red 183 ◦ green 0 ◦ blue 175

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

Shades of Deep Magenta #B700AF

Tints of Deep Magenta #B700AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 51.12%
G = 0%
B = 48.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B700AF (or 0xB700AF) is known color: Deep Magenta. HEX triplet: B7, 00 and AF. RGB value is (183,0,175). Sum of RGB (Red+Green+Blue) = 183+0+175=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B700AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700AF is #48FF50. Grayscale: #4A4A4A. Windows color (decimal): -4783953 or 11468983. OLE color: 11468983.

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

Color convert

RGB 183 0 175 -
CMYK 0 1 0.04 0.28
HSL 302.62º 1% 0.36% -
HSV(B) 302.62º 1% 0.72% -
XYZ 27.27 13.16 41.66 -
YUV 74.67 184.63 205.27 -
System Red Green Blue C M Y K H S L
Decimal 183 0 175 0 1 0.04 0.28 302.62 1 0.36
Hex B7 0 AF 0 64 4 1C 12F 64 24
Octal 267 0 257 0 144 4 34 457 144 44
Binary 10110111 0 10101111 0 1100100 100 11100 100101111 1100100 100100

Color Harmonies of #B700AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700AF

Black with #B700AF

Text Example


Text Example

White with #B700AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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