Html Css Color HEX #B701A8 Deep Magenta

📋 copy color: '#B701A8'

red 183 ◦ green 1 ◦ blue 168

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

Shades of Deep Magenta #B701A8

Tints of Deep Magenta #B701A8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 168 (66.02% from 255) = 47.73%

R = 51.99%
G = 0.28%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B701A8 (or 0xB701A8) is known color: Deep Magenta. HEX triplet: B7, 01 and A8. RGB value is (183,1,168). Sum of RGB (Red+Green+Blue) = 183+1+168=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B701A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B701A8 is #48FE57. Grayscale: #494949. Windows color (decimal): -4783704 or 11010487. OLE color: 11010487.

HSL color Cylindrical-coordinate representation of color #B701A8: hue angle of 304.95º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B701A8 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 1 168 -
CMYK 0 0.99 0.08 0.28
HSL 304.95º 0.99% 0.36% -
HSV(B) 304.95º 0.99% 0.72% -
XYZ 26.61 12.92 38.14 -
YUV 74.46 180.8 205.42 -
System Red Green Blue C M Y K H S L
Decimal 183 1 168 0 0.99 0.08 0.28 304.95 0.99 0.36
Hex B7 1 A8 0 63 8 1C 131 63 24
Octal 267 1 250 0 143 10 34 461 143 44
Binary 10110111 1 10101000 0 1100011 1000 11100 100110001 1100011 100100

Color Harmonies of #B701A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701A8

Black with #B701A8

Text Example


Text Example

White with #B701A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701A8; }

 p { color: rgb(183,1,168); }

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

background-color css

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

 a { background-color: rgb(183,1,168); }

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

border-color css

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

 span { border-color: rgb(183,1,168); }

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