Html Css Color HEX #B701CF Deep Magenta

📋 copy color: '#B701CF'

red 183 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #B701CF

Tints of Deep Magenta #B701CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 46.8%
G = 0.26%
B = 52.94%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B701CF (or 0xB701CF) is known color: Deep Magenta. HEX triplet: B7, 01 and CF. RGB value is (183,1,207). Sum of RGB (Red+Green+Blue) = 183+1+207=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #B701CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701CF is #48FE30. Grayscale: #4E4E4E. Windows color (decimal): -4783665 or 13566391. OLE color: 13566391.

HSL color Cylindrical-coordinate representation of color #B701CF: hue angle of 293.01º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701CF is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 1 207 -
CMYK 0.12 1.00 0 0.19
HSL 293.01º 0.99% 0.41% -
HSV(B) 293.01º 1% 0.81% -
XYZ 30.8 14.59 60.22 -
YUV 78.9 200.3 202.25 -
System Red Green Blue C M Y K H S L
Decimal 183 1 207 0.12 1.00 0 0.19 293.01 0.99 0.41
Hex B7 1 CF C 64 0 13 125 63 29
Octal 267 1 317 14 144 0 23 445 143 51
Binary 10110111 1 11001111 1100 1100100 0 10011 100100101 1100011 101001

Color Harmonies of #B701CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701CF

Black with #B701CF

Text Example


Text Example

White with #B701CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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