Html Css Color HEX #B613BE Deep Magenta

📋 copy color: '#B613BE'

red 182 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #B613BE

Tints of Deep Magenta #B613BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 46.55%
G = 4.86%
B = 48.59%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B613BE (or 0xB613BE) is known color: Deep Magenta. HEX triplet: B6, 13 and BE. RGB value is (182,19,190). Sum of RGB (Red+Green+Blue) = 182+19+190=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #B613BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613BE is #49EC41. Grayscale: #565656. Windows color (decimal): -4844610 or 12456886. OLE color: 12456886.

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

Color convert

RGB 182 19 190 -
CMYK 0.04 0.90 0 0.25
HSL 297.19º 0.82% 0.41% -
HSV(B) 297.19º 0.9% 0.75% -
XYZ 28.82 14.13 49.92 -
YUV 87.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 182 19 190 0.04 0.90 0 0.25 297.19 0.82 0.41
Hex B6 13 BE 4 5A 0 19 129 52 29
Octal 266 23 276 4 132 0 31 451 122 51
Binary 10110110 10011 10111110 100 1011010 0 11001 100101001 1010010 101001

Color Harmonies of #B613BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613BE

Black with #B613BE

Text Example


Text Example

White with #B613BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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