Html Css Color HEX #B614DD Deep Magenta

📋 copy color: '#B614DD'

red 182 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #B614DD

Tints of Deep Magenta #B614DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 43.03%
G = 4.73%
B = 52.25%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B614DD (or 0xB614DD) is known color: Deep Magenta. HEX triplet: B6, 14 and DD. RGB value is (182,20,221). Sum of RGB (Red+Green+Blue) = 182+20+221=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #B614DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614DD is #49EB22. Grayscale: #5A5A5A. Windows color (decimal): -4844323 or 14488758. OLE color: 14488758.

HSL color Cylindrical-coordinate representation of color #B614DD: hue angle of 288.36º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B614DD is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 20 221 -
CMYK 0.18 0.91 0 0.13
HSL 288.36º 0.83% 0.47% -
HSV(B) 288.36º 0.91% 0.87% -
XYZ 32.59 15.67 69.71 -
YUV 91.35 201.17 192.66 -
System Red Green Blue C M Y K H S L
Decimal 182 20 221 0.18 0.91 0 0.13 288.36 0.83 0.47
Hex B6 14 DD 12 5B 0 D 120 53 2F
Octal 266 24 335 22 133 0 15 440 123 57
Binary 10110110 10100 11011101 10010 1011011 0 1101 100100000 1010011 101111

Color Harmonies of #B614DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614DD

Black with #B614DD

Text Example


Text Example

White with #B614DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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