Html Css Color HEX #B71BBD Deep Magenta

📋 copy color: '#B71BBD'

red 183 ◦ green 27 ◦ blue 189

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

Shades of Deep Magenta #B71BBD

Tints of Deep Magenta #B71BBD

RGB

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

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

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

R = 45.86%
G = 6.77%
B = 47.37%

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

#B71BBD (or 0xB71BBD) is known color: Deep Magenta. HEX triplet: B7, 1B and BD. RGB value is (183,27,189). Sum of RGB (Red+Green+Blue) = 183+27+189=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #B71BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BBD is #48E442. Grayscale: #5B5B5B. Windows color (decimal): -4777027 or 12393399. OLE color: 12393399.

HSL color Cylindrical-coordinate representation of color #B71BBD: hue angle of 297.78º 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 #B71BBD is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 27 189 -
CMYK 0.03 0.86 0 0.26
HSL 297.78º 0.75% 0.42% -
HSV(B) 297.78º 0.86% 0.74% -
XYZ 29.11 14.53 49.41 -
YUV 92.11 182.68 192.83 -
System Red Green Blue C M Y K H S L
Decimal 183 27 189 0.03 0.86 0 0.26 297.78 0.75 0.42
Hex B7 1B BD 3 56 0 1A 12A 4B 2A
Octal 267 33 275 3 126 0 32 452 113 52
Binary 10110111 11011 10111101 11 1010110 0 11010 100101010 1001011 101010

Color Harmonies of #B71BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71BBD

Black with #B71BBD

Text Example


Text Example

White with #B71BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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