Html Css Color HEX #B913CD Deep Magenta

📋 copy color: '#B913CD'

red 185 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #B913CD

Tints of Deep Magenta #B913CD

RGB

 RED value IS 185 (72.66% from 255) = 45.23%

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

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

R = 45.23%
G = 4.65%
B = 50.12%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B913CD (or 0xB913CD) is known color: Deep Magenta. HEX triplet: B9, 13 and CD. RGB value is (185,19,205). Sum of RGB (Red+Green+Blue) = 185+19+205=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #B913CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913CD is #46EC32. Grayscale: #595959. Windows color (decimal): -4647987 or 13439929. OLE color: 13439929.

HSL color Cylindrical-coordinate representation of color #B913CD: hue angle of 293.55º 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 #B913CD is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 19 205 -
CMYK 0.10 0.91 0 0.20
HSL 293.55º 0.83% 0.44% -
HSV(B) 293.55º 0.91% 0.8% -
XYZ 31.26 15.19 59.04 -
YUV 89.84 193 195.88 -
System Red Green Blue C M Y K H S L
Decimal 185 19 205 0.10 0.91 0 0.20 293.55 0.83 0.44
Hex B9 13 CD A 5B 0 14 126 53 2C
Octal 271 23 315 12 133 0 24 446 123 54
Binary 10111001 10011 11001101 1010 1011011 0 10100 100100110 1010011 101100

Color Harmonies of #B913CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913CD

Black with #B913CD

Text Example


Text Example

White with #B913CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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