Html Css Color HEX #B703B1 Deep Magenta

📋 copy color: '#B703B1'

red 183 ◦ green 3 ◦ blue 177

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

Shades of Deep Magenta #B703B1

Tints of Deep Magenta #B703B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.76%

R = 50.41%
G = 0.83%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B703B1 (or 0xB703B1) is known color: Deep Magenta. HEX triplet: B7, 03 and B1. RGB value is (183,3,177). Sum of RGB (Red+Green+Blue) = 183+3+177=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B703B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B703B1 is #48FC4E. Grayscale: #4C4C4C. Windows color (decimal): -4783183 or 11600823. OLE color: 11600823.

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

Color convert

RGB 183 3 177 -
CMYK 0 0.98 0.03 0.28
HSL 302º 0.97% 0.36% -
HSV(B) 302º 0.98% 0.72% -
XYZ 27.5 13.31 42.71 -
YUV 76.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 183 3 177 0 0.98 0.03 0.28 302 0.97 0.36
Hex B7 3 B1 0 62 3 1C 12E 61 24
Octal 267 3 261 0 142 3 34 456 141 44
Binary 10110111 11 10110001 0 1100010 11 11100 100101110 1100001 100100

Color Harmonies of #B703B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B703B1

Black with #B703B1

Text Example


Text Example

White with #B703B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B703B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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