Html Css Color HEX #B613BF Deep Magenta

📋 copy color: '#B613BF'

red 182 ◦ green 19 ◦ blue 191

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

Shades of Deep Magenta #B613BF

Tints of Deep Magenta #B613BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.72%

R = 46.43%
G = 4.85%
B = 48.72%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B613BF (or 0xB613BF) is known color: Deep Magenta. HEX triplet: B6, 13 and BF. RGB value is (182,19,191). Sum of RGB (Red+Green+Blue) = 182+19+191=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #B613BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613BF is #49EC40. Grayscale: #565656. Windows color (decimal): -4844609 or 12522422. OLE color: 12522422.

HSL color Cylindrical-coordinate representation of color #B613BF: hue angle of 296.86º 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 #B613BF is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 19 191 -
CMYK 0.05 0.90 0 0.25
HSL 296.86º 0.82% 0.41% -
HSV(B) 296.86º 0.9% 0.75% -
XYZ 28.93 14.17 50.5 -
YUV 87.35 186.5 195.51 -
System Red Green Blue C M Y K H S L
Decimal 182 19 191 0.05 0.90 0 0.25 296.86 0.82 0.41
Hex B6 13 BF 5 5A 0 19 129 52 29
Octal 266 23 277 5 132 0 31 451 122 51
Binary 10110110 10011 10111111 101 1011010 0 11001 100101001 1010010 101001

Color Harmonies of #B613BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613BF

Black with #B613BF

Text Example


Text Example

White with #B613BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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