Html Css Color HEX #B701BD Deep Magenta

📋 copy color: '#B701BD'

red 183 ◦ green 1 ◦ blue 189

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

Shades of Deep Magenta #B701BD

Tints of Deep Magenta #B701BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 49.06%
G = 0.27%
B = 50.67%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B701BD (or 0xB701BD) is known color: Deep Magenta. HEX triplet: B7, 01 and BD. RGB value is (183,1,189). Sum of RGB (Red+Green+Blue) = 183+1+189=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #B701BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701BD is #48FE42. Grayscale: #4C4C4C. Windows color (decimal): -4783683 or 12386743. OLE color: 12386743.

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

Color convert

RGB 183 1 189 -
CMYK 0.03 0.99 0 0.26
HSL 298.09º 0.99% 0.37% -
HSV(B) 298.09º 0.99% 0.74% -
XYZ 28.72 13.76 49.29 -
YUV 76.85 191.3 203.71 -
System Red Green Blue C M Y K H S L
Decimal 183 1 189 0.03 0.99 0 0.26 298.09 0.99 0.37
Hex B7 1 BD 3 63 0 1A 12A 63 25
Octal 267 1 275 3 143 0 32 452 143 45
Binary 10110111 1 10111101 11 1100011 0 11010 100101010 1100011 100101

Color Harmonies of #B701BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701BD

Black with #B701BD

Text Example


Text Example

White with #B701BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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