Html Css Color HEX #B611C8 Deep Magenta

📋 copy color: '#B611C8'

red 182 ◦ green 17 ◦ blue 200

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

Shades of Deep Magenta #B611C8

Tints of Deep Magenta #B611C8

RGB

 RED value IS 182 (71.48% from 255) = 45.61%

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

 BLUE value IS 200 (78.52% from 255) = 50.13%

R = 45.61%
G = 4.26%
B = 50.13%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B611C8 (or 0xB611C8) is known color: Deep Magenta. HEX triplet: B6, 11 and C8. RGB value is (182,17,200). Sum of RGB (Red+Green+Blue) = 182+17+200=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #B611C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B611C8 is #49EE37. Grayscale: #565656. Windows color (decimal): -4845112 or 13111734. OLE color: 13111734.

HSL color Cylindrical-coordinate representation of color #B611C8: hue angle of 294.1º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B611C8 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 17 200 -
CMYK 0.09 0.92 0 0.22
HSL 294.1º 0.84% 0.43% -
HSV(B) 294.1º 0.92% 0.78% -
XYZ 29.92 14.52 55.87 -
YUV 87.2 191.66 195.62 -
System Red Green Blue C M Y K H S L
Decimal 182 17 200 0.09 0.92 0 0.22 294.1 0.84 0.43
Hex B6 11 C8 9 5C 0 16 126 54 2B
Octal 266 21 310 11 134 0 26 446 124 53
Binary 10110110 10001 11001000 1001 1011100 0 10110 100100110 1010100 101011

Color Harmonies of #B611C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B611C8

Black with #B611C8

Text Example


Text Example

White with #B611C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B611C8; }

 p { color: rgb(182,17,200); }

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

background-color css

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

 a { background-color: rgb(182,17,200); }

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

border-color css

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

 span { border-color: rgb(182,17,200); }

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