Html Css Color HEX #B711CB Deep Magenta

📋 copy color: '#B711CB'

red 183 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #B711CB

Tints of Deep Magenta #B711CB

RGB

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

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

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

R = 45.41%
G = 4.22%
B = 50.37%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B711CB (or 0xB711CB) is known color: Deep Magenta. HEX triplet: B7, 11 and CB. RGB value is (183,17,203). Sum of RGB (Red+Green+Blue) = 183+17+203=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #B711CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711CB is #48EE34. Grayscale: #575757. Windows color (decimal): -4779573 or 13308343. OLE color: 13308343.

HSL color Cylindrical-coordinate representation of color #B711CB: hue angle of 293.55º 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 #B711CB is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 17 203 -
CMYK 0.10 0.92 0 0.20
HSL 293.55º 0.85% 0.43% -
HSV(B) 293.55º 0.92% 0.8% -
XYZ 30.51 14.78 57.74 -
YUV 87.84 193 195.88 -
System Red Green Blue C M Y K H S L
Decimal 183 17 203 0.10 0.92 0 0.20 293.55 0.85 0.43
Hex B7 11 CB A 5C 0 14 126 55 2B
Octal 267 21 313 12 134 0 24 446 125 53
Binary 10110111 10001 11001011 1010 1011100 0 10100 100100110 1010101 101011

Color Harmonies of #B711CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B711CB

Black with #B711CB

Text Example


Text Example

White with #B711CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B711CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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