Html Css Color HEX #B701CC Deep Magenta

📋 copy color: '#B701CC'

red 183 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #B701CC

Tints of Deep Magenta #B701CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 47.16%
G = 0.26%
B = 52.58%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B701CC (or 0xB701CC) is known color: Deep Magenta. HEX triplet: B7, 01 and CC. RGB value is (183,1,204). Sum of RGB (Red+Green+Blue) = 183+1+204=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #B701CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701CC is #48FE33. Grayscale: #4D4D4D. Windows color (decimal): -4783668 or 13369783. OLE color: 13369783.

HSL color Cylindrical-coordinate representation of color #B701CC: hue angle of 293.79º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701CC is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 1 204 -
CMYK 0.10 1.00 0 0.2
HSL 293.79º 0.99% 0.4% -
HSV(B) 293.79º 1% 0.8% -
XYZ 30.44 14.45 58.31 -
YUV 78.56 198.8 202.49 -
System Red Green Blue C M Y K H S L
Decimal 183 1 204 0.10 1.00 0 0.2 293.79 0.99 0.4
Hex B7 1 CC A 64 0 14 126 63 28
Octal 267 1 314 12 144 0 24 446 143 50
Binary 10110111 1 11001100 1010 1100100 0 10100 100100110 1100011 101000

Color Harmonies of #B701CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701CC

Black with #B701CC

Text Example


Text Example

White with #B701CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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