Html Css Color HEX #B613DE Deep Magenta

📋 copy color: '#B613DE'

red 182 ◦ green 19 ◦ blue 222

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

Shades of Deep Magenta #B613DE

Tints of Deep Magenta #B613DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 43.03%
G = 4.49%
B = 52.48%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B613DE (or 0xB613DE) is known color: Deep Magenta. HEX triplet: B6, 13 and DE. RGB value is (182,19,222). Sum of RGB (Red+Green+Blue) = 182+19+222=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #B613DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613DE is #49EC21. Grayscale: #5A5A5A. Windows color (decimal): -4844578 or 14554038. OLE color: 14554038.

HSL color Cylindrical-coordinate representation of color #B613DE: hue angle of 288.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B613DE is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 19 222 -
CMYK 0.18 0.91 0 0.13
HSL 288.18º 0.84% 0.47% -
HSV(B) 288.18º 0.91% 0.87% -
XYZ 32.71 15.68 70.41 -
YUV 90.88 202 192.99 -
System Red Green Blue C M Y K H S L
Decimal 182 19 222 0.18 0.91 0 0.13 288.18 0.84 0.47
Hex B6 13 DE 12 5B 0 D 120 54 2F
Octal 266 23 336 22 133 0 15 440 124 57
Binary 10110110 10011 11011110 10010 1011011 0 1101 100100000 1010100 101111

Color Harmonies of #B613DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613DE

Black with #B613DE

Text Example


Text Example

White with #B613DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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