Html Css Color HEX #B614CD Deep Magenta

📋 copy color: '#B614CD'

red 182 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #B614CD

Tints of Deep Magenta #B614CD

RGB

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

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

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

R = 44.72%
G = 4.91%
B = 50.37%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B614CD (or 0xB614CD) is known color: Deep Magenta. HEX triplet: B6, 14 and CD. RGB value is (182,20,205). Sum of RGB (Red+Green+Blue) = 182+20+205=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #B614CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614CD is #49EB32. Grayscale: #585858. Windows color (decimal): -4844339 or 13440182. OLE color: 13440182.

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

Color convert

RGB 182 20 205 -
CMYK 0.11 0.90 0 0.20
HSL 292.54º 0.82% 0.44% -
HSV(B) 292.54º 0.9% 0.8% -
XYZ 30.56 14.85 59.01 -
YUV 89.53 193.17 193.96 -
System Red Green Blue C M Y K H S L
Decimal 182 20 205 0.11 0.90 0 0.20 292.54 0.82 0.44
Hex B6 14 CD B 5A 0 14 125 52 2C
Octal 266 24 315 13 132 0 24 445 122 54
Binary 10110110 10100 11001101 1011 1011010 0 10100 100100101 1010010 101100

Color Harmonies of #B614CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614CD

Black with #B614CD

Text Example


Text Example

White with #B614CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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