Html Css Color HEX #B701BE Deep Magenta

📋 copy color: '#B701BE'

red 183 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #B701BE

Tints of Deep Magenta #B701BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 48.93%
G = 0.27%
B = 50.8%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B701BE (or 0xB701BE) is known color: Deep Magenta. HEX triplet: B7, 01 and BE. RGB value is (183,1,190). Sum of RGB (Red+Green+Blue) = 183+1+190=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #B701BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701BE is #48FE41. Grayscale: #4C4C4C. Windows color (decimal): -4783682 or 12452279. OLE color: 12452279.

HSL color Cylindrical-coordinate representation of color #B701BE: hue angle of 297.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B701BE is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 1 190 -
CMYK 0.04 0.99 0 0.25
HSL 297.78º 0.99% 0.37% -
HSV(B) 297.78º 0.99% 0.75% -
XYZ 28.83 13.81 49.86 -
YUV 76.96 191.8 203.63 -
System Red Green Blue C M Y K H S L
Decimal 183 1 190 0.04 0.99 0 0.25 297.78 0.99 0.37
Hex B7 1 BE 4 63 0 19 12A 63 25
Octal 267 1 276 4 143 0 31 452 143 45
Binary 10110111 1 10111110 100 1100011 0 11001 100101010 1100011 100101

Color Harmonies of #B701BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701BE

Black with #B701BE

Text Example


Text Example

White with #B701BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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