Html Css Color HEX #B613BD Deep Magenta

📋 copy color: '#B613BD'

red 182 ◦ green 19 ◦ blue 189

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

Shades of Deep Magenta #B613BD

Tints of Deep Magenta #B613BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 46.67%
G = 4.87%
B = 48.46%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B613BD (or 0xB613BD) is known color: Deep Magenta. HEX triplet: B6, 13 and BD. RGB value is (182,19,189). Sum of RGB (Red+Green+Blue) = 182+19+189=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #B613BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B613BD is #49EC42. Grayscale: #565656. Windows color (decimal): -4844611 or 12391350. OLE color: 12391350.

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

Color convert

RGB 182 19 189 -
CMYK 0.04 0.90 0 0.26
HSL 297.53º 0.82% 0.41% -
HSV(B) 297.53º 0.9% 0.74% -
XYZ 28.71 14.08 49.35 -
YUV 87.12 185.5 195.68 -
System Red Green Blue C M Y K H S L
Decimal 182 19 189 0.04 0.90 0 0.26 297.53 0.82 0.41
Hex B6 13 BD 4 5A 0 1A 12A 52 29
Octal 266 23 275 4 132 0 32 452 122 51
Binary 10110110 10011 10111101 100 1011010 0 11010 100101010 1010010 101001

Color Harmonies of #B613BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B613BD

Black with #B613BD

Text Example


Text Example

White with #B613BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B613BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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