Html Css Color HEX #B612BD Deep Magenta

📋 copy color: '#B612BD'

red 182 ◦ green 18 ◦ blue 189

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

Shades of Deep Magenta #B612BD

Tints of Deep Magenta #B612BD

RGB

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

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

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

R = 46.79%
G = 4.63%
B = 48.59%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B612BD (or 0xB612BD) is known color: Deep Magenta. HEX triplet: B6, 12 and BD. RGB value is (182,18,189). Sum of RGB (Red+Green+Blue) = 182+18+189=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #B612BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612BD is #49ED42. Grayscale: #565656. Windows color (decimal): -4844867 or 12391094. OLE color: 12391094.

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

Color convert

RGB 182 18 189 -
CMYK 0.04 0.90 0 0.26
HSL 297.54º 0.83% 0.41% -
HSV(B) 297.54º 0.9% 0.74% -
XYZ 28.69 14.05 49.34 -
YUV 86.53 185.83 196.1 -
System Red Green Blue C M Y K H S L
Decimal 182 18 189 0.04 0.90 0 0.26 297.54 0.83 0.41
Hex B6 12 BD 4 5A 0 1A 12A 53 29
Octal 266 22 275 4 132 0 32 452 123 51
Binary 10110110 10010 10111101 100 1011010 0 11010 100101010 1010011 101001

Color Harmonies of #B612BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612BD

Black with #B612BD

Text Example


Text Example

White with #B612BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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