Html Css Color HEX #B912CD Deep Magenta

📋 copy color: '#B912CD'

red 185 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #B912CD

Tints of Deep Magenta #B912CD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.41%

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

R = 45.34%
G = 4.41%
B = 50.25%

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

#B912CD (or 0xB912CD) is known color: Deep Magenta. HEX triplet: B9, 12 and CD. RGB value is (185,18,205). Sum of RGB (Red+Green+Blue) = 185+18+205=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #B912CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912CD is #46ED32. Grayscale: #585858. Windows color (decimal): -4648243 or 13439673. OLE color: 13439673.

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

Color convert

RGB 185 18 205 -
CMYK 0.10 0.91 0 0.20
HSL 293.58º 0.84% 0.44% -
HSV(B) 293.58º 0.91% 0.8% -
XYZ 31.24 15.15 59.04 -
YUV 89.25 193.33 196.29 -
System Red Green Blue C M Y K H S L
Decimal 185 18 205 0.10 0.91 0 0.20 293.58 0.84 0.44
Hex B9 12 CD A 5B 0 14 126 54 2C
Octal 271 22 315 12 133 0 24 446 124 54
Binary 10111001 10010 11001101 1010 1011011 0 10100 100100110 1010100 101100

Color Harmonies of #B912CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912CD

Black with #B912CD

Text Example


Text Example

White with #B912CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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