Html Css Color HEX #B611BE Deep Magenta

📋 copy color: '#B611BE'

red 182 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #B611BE

Tints of Deep Magenta #B611BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 46.79%
G = 4.37%
B = 48.84%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B611BE (or 0xB611BE) is known color: Deep Magenta. HEX triplet: B6, 11 and BE. RGB value is (182,17,190). Sum of RGB (Red+Green+Blue) = 182+17+190=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #B611BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B611BE is #49EE41. Grayscale: #555555. Windows color (decimal): -4845122 or 12456374. OLE color: 12456374.

HSL color Cylindrical-coordinate representation of color #B611BE: hue angle of 297.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B611BE is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 17 190 -
CMYK 0.04 0.91 0 0.25
HSL 297.23º 0.84% 0.41% -
HSV(B) 297.23º 0.91% 0.75% -
XYZ 28.79 14.06 49.91 -
YUV 86.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 182 17 190 0.04 0.91 0 0.25 297.23 0.84 0.41
Hex B6 11 BE 4 5B 0 19 129 54 29
Octal 266 21 276 4 133 0 31 451 124 51
Binary 10110110 10001 10111110 100 1011011 0 11001 100101001 1010100 101001

Color Harmonies of #B611BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B611BE

Black with #B611BE

Text Example


Text Example

White with #B611BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B611BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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