Html Css Color HEX #B71BBC Deep Magenta

📋 copy color: '#B71BBC'

red 183 ◦ green 27 ◦ blue 188

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

Shades of Deep Magenta #B71BBC

Tints of Deep Magenta #B71BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 45.98%
G = 6.78%
B = 47.24%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B71BBC (or 0xB71BBC) is known color: Deep Magenta. HEX triplet: B7, 1B and BC. RGB value is (183,27,188). Sum of RGB (Red+Green+Blue) = 183+27+188=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #B71BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BBC is #48E443. Grayscale: #5B5B5B. Windows color (decimal): -4777028 or 12327863. OLE color: 12327863.

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

Color convert

RGB 183 27 188 -
CMYK 0.03 0.86 0 0.26
HSL 298.14º 0.75% 0.42% -
HSV(B) 298.14º 0.86% 0.74% -
XYZ 29 14.48 48.84 -
YUV 92 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 183 27 188 0.03 0.86 0 0.26 298.14 0.75 0.42
Hex B7 1B BC 3 56 0 1A 12A 4B 2A
Octal 267 33 274 3 126 0 32 452 113 52
Binary 10110111 11011 10111100 11 1010110 0 11010 100101010 1001011 101010

Color Harmonies of #B71BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BBC

Black with #B71BBC

Text Example


Text Example

White with #B71BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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