Html Css Color HEX #B612B9 Deep Magenta

📋 copy color: '#B612B9'

red 182 ◦ green 18 ◦ blue 185

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

Shades of Deep Magenta #B612B9

Tints of Deep Magenta #B612B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.05%

R = 47.27%
G = 4.68%
B = 48.05%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B612B9 (or 0xB612B9) is known color: Deep Magenta. HEX triplet: B6, 12 and B9. RGB value is (182,18,185). Sum of RGB (Red+Green+Blue) = 182+18+185=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #B612B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612B9 is #49ED46. Grayscale: #555555. Windows color (decimal): -4844871 or 12128950. OLE color: 12128950.

HSL color Cylindrical-coordinate representation of color #B612B9: hue angle of 298.92º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B612B9 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 18 185 -
CMYK 0.02 0.90 0 0.27
HSL 298.92º 0.82% 0.4% -
HSV(B) 298.92º 0.9% 0.73% -
XYZ 28.26 13.88 47.09 -
YUV 86.07 183.83 196.42 -
System Red Green Blue C M Y K H S L
Decimal 182 18 185 0.02 0.90 0 0.27 298.92 0.82 0.4
Hex B6 12 B9 2 5A 0 1B 12B 52 28
Octal 266 22 271 2 132 0 33 453 122 50
Binary 10110110 10010 10111001 10 1011010 0 11011 100101011 1010010 101000

Color Harmonies of #B612B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612B9

Black with #B612B9

Text Example


Text Example

White with #B612B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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