Html Css Color HEX #B701BA Deep Magenta

📋 copy color: '#B701BA'

red 183 ◦ green 1 ◦ blue 186

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

Shades of Deep Magenta #B701BA

Tints of Deep Magenta #B701BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 49.46%
G = 0.27%
B = 50.27%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B701BA (or 0xB701BA) is known color: Deep Magenta. HEX triplet: B7, 01 and BA. RGB value is (183,1,186). Sum of RGB (Red+Green+Blue) = 183+1+186=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #B701BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701BA is #48FE45. Grayscale: #4B4B4B. Windows color (decimal): -4783686 or 12190135. OLE color: 12190135.

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

Color convert

RGB 183 1 186 -
CMYK 0.02 0.99 0 0.27
HSL 299.03º 0.99% 0.37% -
HSV(B) 299.03º 0.99% 0.73% -
XYZ 28.4 13.63 47.59 -
YUV 76.51 189.8 203.96 -
System Red Green Blue C M Y K H S L
Decimal 183 1 186 0.02 0.99 0 0.27 299.03 0.99 0.37
Hex B7 1 BA 2 63 0 1B 12B 63 25
Octal 267 1 272 2 143 0 33 453 143 45
Binary 10110111 1 10111010 10 1100011 0 11011 100101011 1100011 100101

Color Harmonies of #B701BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701BA

Black with #B701BA

Text Example


Text Example

White with #B701BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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