Html Css Color HEX #B71BBA Deep Magenta

📋 copy color: '#B71BBA'

red 183 ◦ green 27 ◦ blue 186

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

Shades of Deep Magenta #B71BBA

Tints of Deep Magenta #B71BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.82%

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

R = 46.21%
G = 6.82%
B = 46.97%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B71BBA (or 0xB71BBA) is known color: Deep Magenta. HEX triplet: B7, 1B and BA. RGB value is (183,27,186). Sum of RGB (Red+Green+Blue) = 183+27+186=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #B71BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BBA is #48E445. Grayscale: #5B5B5B. Windows color (decimal): -4777030 or 12196791. OLE color: 12196791.

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

Color convert

RGB 183 27 186 -
CMYK 0.02 0.85 0 0.27
HSL 298.87º 0.75% 0.42% -
HSV(B) 298.87º 0.85% 0.73% -
XYZ 28.78 14.4 47.72 -
YUV 91.77 181.18 193.07 -
System Red Green Blue C M Y K H S L
Decimal 183 27 186 0.02 0.85 0 0.27 298.87 0.75 0.42
Hex B7 1B BA 2 55 0 1B 12B 4B 2A
Octal 267 33 272 2 125 0 33 453 113 52
Binary 10110111 11011 10111010 10 1010101 0 11011 100101011 1001011 101010

Color Harmonies of #B71BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BBA

Black with #B71BBA

Text Example


Text Example

White with #B71BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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