Html Css Color HEX #B700A4 Deep Magenta

📋 copy color: '#B700A4'

red 183 ◦ green 0 ◦ blue 164

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

Shades of Deep Magenta #B700A4

Tints of Deep Magenta #B700A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.26%

R = 52.74%
G = 0%
B = 47.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B700A4 (or 0xB700A4) is known color: Deep Magenta. HEX triplet: B7, 00 and A4. RGB value is (183,0,164). Sum of RGB (Red+Green+Blue) = 183+0+164=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B700A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700A4 is #48FF5B. Grayscale: #484848. Windows color (decimal): -4783964 or 10748087. OLE color: 10748087.

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

Color convert

RGB 183 0 164 -
CMYK 0 1 0.10 0.28
HSL 306.23º 1% 0.36% -
HSV(B) 306.23º 1% 0.72% -
XYZ 26.23 12.75 36.2 -
YUV 73.41 179.13 206.16 -
System Red Green Blue C M Y K H S L
Decimal 183 0 164 0 1 0.10 0.28 306.23 1 0.36
Hex B7 0 A4 0 64 A 1C 132 64 24
Octal 267 0 244 0 144 12 34 462 144 44
Binary 10110111 0 10100100 0 1100100 1010 11100 100110010 1100100 100100

Color Harmonies of #B700A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700A4

Black with #B700A4

Text Example


Text Example

White with #B700A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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