Html Css Color HEX #B613CD Deep Magenta

📋 copy color: '#B613CD'

red 182 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #B613CD

Tints of Deep Magenta #B613CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 44.83%
G = 4.68%
B = 50.49%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B613CD (or 0xB613CD) is known color: Deep Magenta. HEX triplet: B6, 13 and CD. RGB value is (182,19,205). Sum of RGB (Red+Green+Blue) = 182+19+205=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #B613CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613CD is #49EC32. Grayscale: #585858. Windows color (decimal): -4844595 or 13439926. OLE color: 13439926.

HSL color Cylindrical-coordinate representation of color #B613CD: hue angle of 292.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B613CD is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 19 205 -
CMYK 0.11 0.91 0 0.20
HSL 292.58º 0.83% 0.44% -
HSV(B) 292.58º 0.91% 0.8% -
XYZ 30.54 14.82 59.01 -
YUV 88.94 193.5 194.38 -
System Red Green Blue C M Y K H S L
Decimal 182 19 205 0.11 0.91 0 0.20 292.58 0.83 0.44
Hex B6 13 CD B 5B 0 14 125 53 2C
Octal 266 23 315 13 133 0 24 445 123 54
Binary 10110110 10011 11001101 1011 1011011 0 10100 100100101 1010011 101100

Color Harmonies of #B613CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613CD

Black with #B613CD

Text Example


Text Example

White with #B613CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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