Html Css Color HEX #B914CD Deep Magenta

📋 copy color: '#B914CD'

red 185 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #B914CD

Tints of Deep Magenta #B914CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.88%

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

R = 45.12%
G = 4.88%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B914CD (or 0xB914CD) is known color: Deep Magenta. HEX triplet: B9, 14 and CD. RGB value is (185,20,205). Sum of RGB (Red+Green+Blue) = 185+20+205=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #B914CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914CD is #46EB32. Grayscale: #595959. Windows color (decimal): -4647731 or 13440185. OLE color: 13440185.

HSL color Cylindrical-coordinate representation of color #B914CD: hue angle of 293.51º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B914CD is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 20 205 -
CMYK 0.10 0.90 0 0.20
HSL 293.51º 0.82% 0.44% -
HSV(B) 293.51º 0.9% 0.8% -
XYZ 31.28 15.22 59.05 -
YUV 90.43 192.66 195.46 -
System Red Green Blue C M Y K H S L
Decimal 185 20 205 0.10 0.90 0 0.20 293.51 0.82 0.44
Hex B9 14 CD A 5A 0 14 126 52 2C
Octal 271 24 315 12 132 0 24 446 122 54
Binary 10111001 10100 11001101 1010 1011010 0 10100 100100110 1010010 101100

Color Harmonies of #B914CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914CD

Black with #B914CD

Text Example


Text Example

White with #B914CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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