Html Css Color HEX #B71ABA Deep Magenta

📋 copy color: '#B71ABA'

red 183 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #B71ABA

Tints of Deep Magenta #B71ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.58%

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

R = 46.33%
G = 6.58%
B = 47.09%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B71ABA (or 0xB71ABA) is known color: Deep Magenta. HEX triplet: B7, 1A and BA. RGB value is (183,26,186). Sum of RGB (Red+Green+Blue) = 183+26+186=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #B71ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ABA is #48E545. Grayscale: #5A5A5A. Windows color (decimal): -4777286 or 12196535. OLE color: 12196535.

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

Color convert

RGB 183 26 186 -
CMYK 0.02 0.86 0 0.27
HSL 298.88º 0.75% 0.42% -
HSV(B) 298.88º 0.86% 0.73% -
XYZ 28.76 14.35 47.71 -
YUV 91.18 181.51 193.49 -
System Red Green Blue C M Y K H S L
Decimal 183 26 186 0.02 0.86 0 0.27 298.88 0.75 0.42
Hex B7 1A BA 2 56 0 1B 12B 4B 2A
Octal 267 32 272 2 126 0 33 453 113 52
Binary 10110111 11010 10111010 10 1010110 0 11011 100101011 1001011 101010

Color Harmonies of #B71ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71ABA

Black with #B71ABA

Text Example


Text Example

White with #B71ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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