Html Css Color HEX #B614BD Deep Magenta

📋 copy color: '#B614BD'

red 182 ◦ green 20 ◦ blue 189

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

Shades of Deep Magenta #B614BD

Tints of Deep Magenta #B614BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 46.55%
G = 5.12%
B = 48.34%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B614BD (or 0xB614BD) is known color: Deep Magenta. HEX triplet: B6, 14 and BD. RGB value is (182,20,189). Sum of RGB (Red+Green+Blue) = 182+20+189=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #B614BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B614BD is #49EB42. Grayscale: #575757. Windows color (decimal): -4844355 or 12391606. OLE color: 12391606.

HSL color Cylindrical-coordinate representation of color #B614BD: hue angle of 297.51º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B614BD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 20 189 -
CMYK 0.04 0.89 0 0.26
HSL 297.51º 0.81% 0.41% -
HSV(B) 297.51º 0.89% 0.74% -
XYZ 28.73 14.12 49.36 -
YUV 87.7 185.17 195.26 -
System Red Green Blue C M Y K H S L
Decimal 182 20 189 0.04 0.89 0 0.26 297.51 0.81 0.41
Hex B6 14 BD 4 59 0 1A 12A 51 29
Octal 266 24 275 4 131 0 32 452 121 51
Binary 10110110 10100 10111101 100 1011001 0 11010 100101010 1010001 101001

Color Harmonies of #B614BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B614BD

Black with #B614BD

Text Example


Text Example

White with #B614BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B614BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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