Html Css Color HEX #B700AD Deep Magenta

📋 copy color: '#B700AD'

red 183 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #B700AD

Tints of Deep Magenta #B700AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 51.4%
G = 0%
B = 48.6%

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

#B700AD (or 0xB700AD) is known color: Deep Magenta. HEX triplet: B7, 00 and AD. RGB value is (183,0,173). Sum of RGB (Red+Green+Blue) = 183+0+173=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B700AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700AD is #48FF52. Grayscale: #494949. Windows color (decimal): -4783955 or 11337911. OLE color: 11337911.

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

Color convert

RGB 183 0 173 -
CMYK 0 1 0.05 0.28
HSL 303.28º 1% 0.36% -
HSV(B) 303.28º 1% 0.72% -
XYZ 27.07 13.08 40.63 -
YUV 74.44 183.63 205.43 -
System Red Green Blue C M Y K H S L
Decimal 183 0 173 0 1 0.05 0.28 303.28 1 0.36
Hex B7 0 AD 0 64 5 1C 12F 64 24
Octal 267 0 255 0 144 5 34 457 144 44
Binary 10110111 0 10101101 0 1100100 101 11100 100101111 1100100 100100

Color Harmonies of #B700AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700AD

Black with #B700AD

Text Example


Text Example

White with #B700AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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