Html Css Color HEX #B703A8 Deep Magenta

📋 copy color: '#B703A8'

red 183 ◦ green 3 ◦ blue 168

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

Shades of Deep Magenta #B703A8

Tints of Deep Magenta #B703A8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 51.69%
G = 0.85%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B703A8 (or 0xB703A8) is known color: Deep Magenta. HEX triplet: B7, 03 and A8. RGB value is (183,3,168). Sum of RGB (Red+Green+Blue) = 183+3+168=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B703A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B703A8 is #48FC57. Grayscale: #4B4B4B. Windows color (decimal): -4783192 or 11010999. OLE color: 11010999.

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

Color convert

RGB 183 3 168 -
CMYK 0 0.98 0.08 0.28
HSL 305º 0.97% 0.36% -
HSV(B) 305º 0.98% 0.72% -
XYZ 26.63 12.96 38.14 -
YUV 75.63 180.13 204.58 -
System Red Green Blue C M Y K H S L
Decimal 183 3 168 0 0.98 0.08 0.28 305 0.97 0.36
Hex B7 3 A8 0 62 8 1C 131 61 24
Octal 267 3 250 0 142 10 34 461 141 44
Binary 10110111 11 10101000 0 1100010 1000 11100 100110001 1100001 100100

Color Harmonies of #B703A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B703A8

Black with #B703A8

Text Example


Text Example

White with #B703A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B703A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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