Html Css Color HEX #B711CC Deep Magenta

📋 copy color: '#B711CC'

red 183 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #B711CC

Tints of Deep Magenta #B711CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.21%

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 45.3%
G = 4.21%
B = 50.5%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B711CC (or 0xB711CC) is known color: Deep Magenta. HEX triplet: B7, 11 and CC. RGB value is (183,17,204). Sum of RGB (Red+Green+Blue) = 183+17+204=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #B711CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711CC is #48EE33. Grayscale: #575757. Windows color (decimal): -4779572 or 13373879. OLE color: 13373879.

HSL color Cylindrical-coordinate representation of color #B711CC: hue angle of 293.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B711CC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 17 204 -
CMYK 0.10 0.92 0 0.2
HSL 293.26º 0.85% 0.43% -
HSV(B) 293.26º 0.92% 0.8% -
XYZ 30.63 14.83 58.37 -
YUV 87.95 193.5 195.79 -
System Red Green Blue C M Y K H S L
Decimal 183 17 204 0.10 0.92 0 0.2 293.26 0.85 0.43
Hex B7 11 CC A 5C 0 14 125 55 2B
Octal 267 21 314 12 134 0 24 445 125 53
Binary 10110111 10001 11001100 1010 1011100 0 10100 100100101 1010101 101011

Color Harmonies of #B711CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711CC

Black with #B711CC

Text Example


Text Example

White with #B711CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711CC; }

 p { color: rgb(183,17,204); }

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

background-color css

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

 a { background-color: rgb(183,17,204); }

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

border-color css

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

 span { border-color: rgb(183,17,204); }

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