Html Css Color HEX #B701DB Deep Magenta

📋 copy color: '#B701DB'

red 183 ◦ green 1 ◦ blue 219

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

Shades of Deep Magenta #B701DB

Tints of Deep Magenta #B701DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.34%

R = 45.41%
G = 0.25%
B = 54.34%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B701DB (or 0xB701DB) is known color: Deep Magenta. HEX triplet: B7, 01 and DB. RGB value is (183,1,219). Sum of RGB (Red+Green+Blue) = 183+1+219=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #B701DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701DB is #48FE24. Grayscale: #4F4F4F. Windows color (decimal): -4783653 or 14352823. OLE color: 14352823.

HSL color Cylindrical-coordinate representation of color #B701DB: hue angle of 290.09º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701DB is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 1 219 -
CMYK 0.16 1.00 0 0.14
HSL 290.09º 0.99% 0.43% -
HSV(B) 290.09º 1% 0.86% -
XYZ 32.33 15.2 68.25 -
YUV 80.27 206.3 201.27 -
System Red Green Blue C M Y K H S L
Decimal 183 1 219 0.16 1.00 0 0.14 290.09 0.99 0.43
Hex B7 1 DB 10 64 0 E 122 63 2B
Octal 267 1 333 20 144 0 16 442 143 53
Binary 10110111 1 11011011 10000 1100100 0 1110 100100010 1100011 101011

Color Harmonies of #B701DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701DB

Black with #B701DB

Text Example


Text Example

White with #B701DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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