Html Css Color HEX #B71CCB Deep Magenta

📋 copy color: '#B71CCB'

red 183 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #B71CCB

Tints of Deep Magenta #B71CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.76%

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 44.2%
G = 6.76%
B = 49.03%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B71CCB (or 0xB71CCB) is known color: Deep Magenta. HEX triplet: B7, 1C and CB. RGB value is (183,28,203). Sum of RGB (Red+Green+Blue) = 183+28+203=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #B71CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71CCB is #48E334. Grayscale: #5D5D5D. Windows color (decimal): -4776757 or 13311159. OLE color: 13311159.

HSL color Cylindrical-coordinate representation of color #B71CCB: hue angle of 293.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71CCB is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 28 203 -
CMYK 0.10 0.86 0 0.20
HSL 293.14º 0.76% 0.45% -
HSV(B) 293.14º 0.86% 0.8% -
XYZ 30.72 15.21 57.82 -
YUV 94.3 189.35 191.27 -
System Red Green Blue C M Y K H S L
Decimal 183 28 203 0.10 0.86 0 0.20 293.14 0.76 0.45
Hex B7 1C CB A 56 0 14 125 4C 2D
Octal 267 34 313 12 126 0 24 445 114 55
Binary 10110111 11100 11001011 1010 1010110 0 10100 100100101 1001100 101101

Color Harmonies of #B71CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71CCB

Black with #B71CCB

Text Example


Text Example

White with #B71CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71CCB; }

 p { color: rgb(183,28,203); }

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

background-color css

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

 a { background-color: rgb(183,28,203); }

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

border-color css

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

 span { border-color: rgb(183,28,203); }

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