Html Css Color HEX #B701B0 Deep Magenta

📋 copy color: '#B701B0'

red 183 ◦ green 1 ◦ blue 176

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

Shades of Deep Magenta #B701B0

Tints of Deep Magenta #B701B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.89%

R = 50.83%
G = 0.28%
B = 48.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B701B0 (or 0xB701B0) is known color: Deep Magenta. HEX triplet: B7, 01 and B0. RGB value is (183,1,176). Sum of RGB (Red+Green+Blue) = 183+1+176=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B701B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B701B0 is #48FE4F. Grayscale: #4A4A4A. Windows color (decimal): -4783696 or 11534775. OLE color: 11534775.

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

Color convert

RGB 183 1 176 -
CMYK 0 0.99 0.04 0.28
HSL 302.31º 0.99% 0.36% -
HSV(B) 302.31º 0.99% 0.72% -
XYZ 27.38 13.22 42.18 -
YUV 75.37 184.8 204.77 -
System Red Green Blue C M Y K H S L
Decimal 183 1 176 0 0.99 0.04 0.28 302.31 0.99 0.36
Hex B7 1 B0 0 63 4 1C 12E 63 24
Octal 267 1 260 0 143 4 34 456 143 44
Binary 10110111 1 10110000 0 1100011 100 11100 100101110 1100011 100100

Color Harmonies of #B701B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701B0

Black with #B701B0

Text Example


Text Example

White with #B701B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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